You are reading help file online using chmlib.com
|
Rave Reports Developer Reference TRvProject. ExecuteReport method |
Top Previous Next |
Declaration procedure ExecuteReport(ReportName: string);
Category
Description This method will start the execution of the named 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
Example (Delphi) RvProject1.ExecuteReport('CustomerListing');
Example (C++Builder) RvProject1->ExecuteReport("CustomerListing"); |
You are reading help file online using chmlib.com
|