Back to Devexpress

TcxVerticalGridReportLinkOptionsPagination Class

vcl-dxpscxvgridlnk-c11d0d80.md

latest1.9 KB
Original Source

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

TObject TPersistent TdxCustomReportLinkOptions TdxCustomReportLinkOptionsPagination TcxVerticalGridReportLinkOptionsPagination

See Also

TcxVerticalGridReportLinkOptionsPagination Members

dxPScxVGridLnk Unit