TdxCustomTableControlReportLink.OptionsPagination Property
Represents a set of options, which determine how a report for a table control which spans multiple pages is paginated.
Declaration
property OptionsPagination: TdxCustomTableControlReportLinkOptionsPagination read; write;
Property Value
Type |
---|
TdxCustomTableControlReportLinkOptionsPagination |
Remarks
Use the OptionsPagination property to customize the manner in which a table control such as the TreeList and Grid is split across the report’s pages.
Use the report link’s OptionsPagination.RestoreDefaults method to reset all the options applied to this report link back to their default values.
See Also