You are reading help file online using chmlib.com
|
Rave Reports Developer Reference TDbTablePrinter (archived BEX only) |
Top Previous Next |
Unit RpDbTabl
Hierarchy TBaseShell | TTablePrinter | TDbTablePrinter Description This component has the capability to generate table style listings with little to no code required. You can even link multiple table printers together for master-detail relationships to multiple levels. The table printers get their flexibility from two other components, TDbTableColumn and TTableSection. TDbTableColumns are responsible for all the properties and events for a single column of data while the TTableSections are responsible for all headers and footers.
TDbTablePrinter Events OnGetNextRow, OnInitMaster, OnInitTable, OnValidateRow
TDbTablePrinter Methods Create, Default, Execute
TDbTablePrinter Properties DataSet, DetailKey, DetailTablePrinter. Engine, Font, MasterKey, MasterTablePrinter, Pen, ReprintHeader, StartPos, TableColumn, TableColumns, TableSection, TextBKMode |
You are reading help file online using chmlib.com
|