You are reading help file online using chmlib.com
|
Rave Reports Developer Reference Reprint property (read/write/published) archived BEX only |
Top Previous Next |
Declaration property Reprint: Boolean;
Default false
Category
Components
Description This property defines whether the current row will be called to reprint if the detail section wraps to a second page. This can be useful to reprint the master record for detail records on another page.
See also
Example (Delphi) MasterShell1.Reprint := true;
Example (C++Builder) MasterShell1->Reprint = true; |
You are reading help file online using chmlib.com
|