Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxGridReportLink.OptionsPagination Property

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

#Declaration

Delphi
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