Skip to main content

TcxCustomVerticalGridReportLink.OptionsPagination Property

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

Declaration

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