You are reading help file online using chmlib.com
|
Rave Reports Developer Reference TBaseReport. Execute (TBaseReport) method |
Top Previous Next |
Declaration procedure Execute;
Category
Description This method will begin the printing task assigned to the component. For report generation components (TRvSystem, TRvNDRWriter) the event handlers OnBeforePrint, OnPrint, OnPrintPage, OnNewPage, OnNewColumn, OnPrintHeader, OnPrintFooter and OnAfterPrint will be called at their appropriate times. For TRvRenderPrinter or TRvRenderPreview the contents of the report stream from a TRvNDRWriter will be sent to either the printer or the preview screen. See Start for printing the report for a TRvRenderPreview component.
See also TBaseReport Class, Abort, Printing, All printing event handlers
Example (Delphi) RvNDRWriter1.Execute;
Example (C++Builder) RvNDRWriter1->Execute(); |
You are reading help file online using chmlib.com
|