You are reading help file online using chmlib.com
|
Rave Reports Developer Reference DetailTablePrinter property (read/write/published) archived BEX only |
Top Previous Next |
Declaration property DetailTablePrinter: TBaseShell;
Default nil
Category
Components TDbTablePrinter, TTablePrinter
Description This property defines the table printer component that will be called to print the detail section.
See also
Example (Delphi) DBTablePrinter1.DetailTablePrinter := DBTablePrinter2;
Example (C++Builder) DBTablePrinter1->DetailTablePrinter = DBTablePrinter2; |
You are reading help file online using chmlib.com
|