You are reading help file online using chmlib.com
|
Rave Reports Developer Reference DrawPreviewOnly property (read/write/published) archived BEX only |
Top Previous Next |
Declaration property DrawPreviewOnly: Boolean;
Default true
Category
Components
Description This property will determine whether the label sides drawn by DrawPen appear in the print preview screen only or on both the printer and preview screen.
See also
Example (Delphi) LabelShell1.DrawPreviewOnly := false;
Example (C++Builder) LabelShell1->DrawPreviewOnly = false; |
You are reading help file online using chmlib.com
|