You are reading help file online using chmlib.com
|
Rave Reports Developer Reference TBaseReport. SetPIVar method |
Top Previous Next |
Declaration procedure SetPIVar(PIVarName: string; PIVarValue: string);
Category
Description This method allows you to initialize the value of a PIVar (Post Initialize Variable). Any PIVars of the same name that were previously printed will show this value. A common use for PIVars is to print a total in a header band that would be initialized later in the footer band. This works even across multiple pages. TRvSystem.SystemOptions.soUserFiler must be true if you are using PIVars in your report.
See also
Example see PIVar |
You are reading help file online using chmlib.com
|