You are reading help file online using chmlib.com
|
Rave Reports Developer Reference TRvProject. Execute (TRvProject) method |
Top Previous Next |
Declaration procedure Execute;
Category
Description This method will start the printing of the currently selected Rave report. This method can be called while a printing job is in progress from a TRvNDRWriter component (typically inside of the OnPrint event) to add in the Rave report to the current code generated report.
See also TRvProject Class, ExecuteReport, SelectReport
Example (Delphi) RvProject1.Execute;
Example (C++Builder) RvProject1->Execute(); |
You are reading help file online using chmlib.com
|