You are reading help file online using chmlib.com
|
Rave Reports Developer Reference TRvProject. GetParam method |
Top Previous Next |
Declaration procedure GetParam(ParamName: string);
Category
Description GetParam allows an event in the Visual Designer to get a parameter that was passed from the application 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, SetParam
Example (in Visual Designer Event) RaveProject.GetParam('UserName',UserName);
|
You are reading help file online using chmlib.com
|