TdxCustomTableControlReportLinkOptionsPagination.Band Property
Specifies how the bands in a table control are split across the report’s pages.
Declaration
property Band: Boolean read; write; default False;
Property Value
Type | Default |
---|---|
Boolean | False |
Remarks
Set the Band property to True to specify that a table control with multiple bands and a width exceeding that of a single printed page, will be divided across report pages so as to accommodate the maximum number of bands in their entirety as is possible on each page. Otherwise, the table control is divided across the report’s pages as it is. This may result in partial bands on some pages.
The Band property’s default value is False.
See Also