You are reading help file online using chmlib.com
|
Rave Reports Developer Reference StartNewPage property (read/write/published) archived BEX only |
Top Previous Next |
Declaration property StartNewPage: Boolean;
Default false
Category
Components TDetailShell, TMasterShell, TReportShell
Description This property, if true, will force a page break before each new group prints. This can be useful for forms that contain one record per page.
See also
Example (Delphi) ReportShell1.StartNewPage := true;
Example (C++Builder) ReportShell1->StartNewPage = true; |
You are reading help file online using chmlib.com
|