You are reading help file online using chmlib.com
|
Rave Reports Developer Reference PrintRow method (archived BEX only) |
Top Previous Next |
Declaration procedure PrintRow;
Category
Components TDetailShell, TMasterShell, TReportShell
Description This method will reprint the row section of the group by calling OnRowBefore and OnRowPrint.
See also OnRowAfter, OnRowBefore, OnRowPrint
Example (Delphi) DetailShell1.PrintRow;
Example (C++ Builder) DetailShell1->PrintRow(); |
You are reading help file online using chmlib.com
|