Skip to main content

TdxGridReportLink.OptionsPagination Property

Option determining how a report that spans multiple pages is split up.

Declaration

property OptionsPagination: TdxGridReportLinkOptionsPagination read; write;

Property Value

Type
TdxGridReportLinkOptionsPagination

Remarks

The OptionsPagination property contains options determining where a report will be paginated, that is when a report needs to span across multiple pages horizontally or vertically these options determine how the content is split between multiple pages.

Use the RestoreDefaults method to set all options back to their defaults.

See Also