TdxCustomcxControlReportLink.OptionsPagination Property
Represents a set of options, which determine how a report that spans multiple pages is split across the pages.
Declaration
property OptionsPagination: TdxCustomReportLinkOptionsPagination read; write;
Property Value
Type |
---|
TdxCustomReportLinkOptionsPagination |
Remarks
Use the OptionsPagination property to determine the manner in which a report that spans multiple pages is split across the pages, i.e. paginated.
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