You are reading help file online using chmlib.com
|
Rave Reports Developer Reference PrintBodyFooter method (archived BEX only) |
Top Previous Next |
Declaration procedure PrintBodyFooter;
Category
Components TDetailShell, TMasterShell, TReportShell
Description This method will reprint the body footer by calling OnBodyFooter events with IsReprint set to true.
See also
Example (Delphi) MasterShell1.PrintBodyFooter;
Example (C++ Builder) MasterShell1->PrintBodyFooter(); |
You are reading help file online using chmlib.com
|