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

TcxCustomVerticalGridReportLink.OptionsPagination Property

Contains options to determine the manner in which the vertical grid control is split across report pages.

#Declaration

Delphi
property OptionsPagination: TcxVerticalGridReportLinkOptionsPagination read; write;

#Property Value

Type
TcxVerticalGridReportLinkOptionsPagination

#Remarks

Use the OptionsPagination property to access options to determine the manner in which the vertical grid control is split across report pages. If the vertical grid control is too large to display on a single report page, the vertical grid control will be split across report pages in the style specified by these options.

The ByRows property specifies that vertical grid rows are to be split across the report to display as many rows per page in their entirety as is possible.

If the OptionsSize.WrapRecords option is active, then vertical grid records are wrapped to fit all the records within a single page, in this case the ByWrapping option defines the manner in which the records are wrapped. If set to True, the ExpressPrinting System attempts to display as many wrapped record rows on a single report page as is possible. If the OneWrappingPerPage option is active, only one record wrapping is displayed within each report page.

See Also