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