You are reading help file online using chmlib.com
|
Rave Reports Developer Reference TRvProject. Design method |
Top Previous Next |
Declaration procedure Design;
Category
Description This method will start the execution of the Rave visual designer for the currently selected report.
NOTE: This feature is only available with a Rave EUDL license. See the Nevrona website at http:/www.nevrona.com for more information on obtaining an EUDL license.
See also TRvProject Class, DesignReport, Execute, ExecuteReport, SelectReport
Example (Delphi) RvProject1.Design;
Example (C++Builder) RvProject1->Design(); |
You are reading help file online using chmlib.com
|