You are reading help file online using chmlib.com
|
Rave Reports Developer Reference PrintDetail method (archived BEX only) |
Top Previous Next |
Declaration procedure PrintDetail;
Category
Components
Description This method will reprint the detail section of the group by calling OnDetailBefore, DetailReport.Execute and then OnDetailAfter with IsReprint set to true.
See also DetailReport, OnDetailAfter, OnDetailBefore
Example (Delphi) ReportShell1.PrintDetail;
Example (C++ Builder) ReportShell1->PrintDetail(); |
You are reading help file online using chmlib.com
|