Skip to main content

TdxGridReportLinkOptionsPagination Class

Represents a set of options that determine where multi-page reports will be split.

Declaration

TdxGridReportLinkOptionsPagination = class(
    TdxCustomTableControlReportLinkOptionsPagination
)

Remarks

The TdxGridReportLinkOptionsPagination class contains three settings that determine how a multi page report will be split.

Setting Row pagination forces a vertical split to occur only on row boundaries ensuring that no row will span across multiple pages and no page will have a partial row. Setting Column pagination forces a horizontal split to occur only on column boundaries ensuring that no column will span across multiple pages and no page will have a partial column. Setting Band pagination forces a horizontal split to occur only on band boundaries ensuring that no band will have it’s columns span across multiple pages and no page will have a partial band.

To set this options set to the defaults, call the RestoreDefaults method.

This set of options can be accessed via the grid report link’s OptionsPagination property.

See Also