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

TcxVerticalGridReportLinkOptionsPagination Class

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

#Declaration

Delphi
TcxVerticalGridReportLinkOptionsPagination = class(
    TdxCustomReportLinkOptionsPagination
)

#Remarks

The TcxVerticalGridReportLinkOptionsPagination class contains options to define the manner in which the vertical grid control is split across report pages. These options specify:

  • If the ExpressPrinting System should split the vertical grid control within a report to keep as many whole rows within a page as is possible (see the ByRows property description).

  • If the ExpressPrinting System should split the vertical grid control within a report to keep as many whole records wrapped within a page as is possible (see the ByWrapping, OneWrappingPerPage and OptionsSize.WrapRecords property descriptions).

Call the RestoreDefaults method to set all options in this set to their default values.

#Inheritance

See Also