You are reading help file online using chmlib.com
|
Rave Reports Developer Reference TBaseReport. Start method |
Top Previous Next |
Declaration procedure Start;
Category
Description For TRvRenderPreview, this method starts a preview session and draws the first page to the preview screen. Use the methods, PrevPage, NextPage, PrintPage, ZoomIn and ZoomOut to interact with the user of the preview screen after Start has been called. For TRvNDRWriter, these methods start a printing job that should be terminated later with a call to Finish. All event handlers are active except for OnPrint and OnPrintPage which are used only with Execute.
See also TBaseReport Class, Execute, Finish
Example (Delphi) RvRenderPreview1.Start;
Example (C++Builder) RvRenderPreview1->Start(); |
You are reading help file online using chmlib.com
|