You are reading help file online using chmlib.com
|
Rave Reports Developer Reference TRvRenderPreview. PrintPage method |
Top Previous Next |
Declaration procedure PrintPage(PageNum: word);
Category
Description This method will print the page specified by PageNum to the preview window. The OnPageChange event handler will be called if the current page number changes.
See also TRvRenderPreview Class, OnPageChange, RedrawPage
Example (Delphi) RvRenderPreview1.PrintPage( 2);
Example (C++Builder) RvRenderPreview1->PrintPage( 2); |
You are reading help file online using chmlib.com
|