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