vcl-dxpscxvgridlnk-c11d0d80.md
Contains options defining the manner in which the vertical grid control is split across report pages.
TcxVerticalGridReportLinkOptionsPagination = class(
TdxCustomReportLinkOptionsPagination
)
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.
TObject TPersistent TdxCustomReportLinkOptions TdxCustomReportLinkOptionsPagination TcxVerticalGridReportLinkOptionsPagination
See Also