You are reading help file online using chmlib.com
|
Rave Reports Developer Reference PrintReportFooter method (archived BEX only) |
Top Previous Next |
Declaration procedure PrintReportFooter;
Category
Components
Description This method will reprint the report footer by calling the OnReportFooter event with IsReprint set to true..
See also OnReportFooter, OnReportHeader
Example (Delphi) ReportShell1.PrintReportFooter;
Example (C++ Builder) ReportShell1->PrintReportFooter(); |
You are reading help file online using chmlib.com
|