You are reading help file online using chmlib.com
|
Rave Reports Developer Reference TRvProject. SetParam method |
Top Previous Next |
Declaration procedure SetParam(ParamName: string; ParamValue: string);
Category
Description SetParam allows the application to pass project parameters to the currently loaded Rave project. These parameters can be used to control dynamic layouts, SQL parameters or other items to print in a visually designed report.
See also TRvProject Class, GetParam
Example (Delphi) RvProject1.SetParam('UserName',UserName);
Example (C++Builder) RvProject1->SetParam("UserName",UserName);
Example (in Visual Designer Event) RaveProject.SetParam('UserName',UserName);
|
You are reading help file online using chmlib.com
|