Skip to main content

TcxTreeListReportLinkOptionsPagination Members

Options determining how to split a TreeList control across report pages if its size exceeds the size of the single printed page.

Constructors

Name Description
Create(TdxCustomcxControlReportLink) Initializes a new instance of the TdxCustomReportLinkOptions class with specified settings. Inherited from TdxCustomReportLinkOptions.

Properties

Name Description
Band Specifies how the TreeList control bands are spread across the report pages.
Column Specifies how the TreeList control columns are spread across the report pages.
Custom Specifies whether or not custom page breaks are enabled in the TreeList control report.
Node Specifies how the TreeList control nodes are spread across the report pages.
ReportLink Specifies the report link to which the options are applied.
Row protected Specifies how the rows in a table control are split across a report’s pages. Inherited from TdxCustomTableControlReportLinkOptionsPagination.

Methods

Name Description
Assign(TPersistent) Inherited from TPersistent.
AssignTo(TPersistent) Inherited from TPersistent.
Equals(TObject) Inherited from TObject.
GetHashCode Inherited from TObject.
GetNamePath Inherited from TPersistent.
GetOwner Inherited from TPersistent.
RestoreDefaults Provides empty implementation to be overridden in subclasses. Inherited from TdxCustomReportLinkOptions.
ToString Inherited from TObject.
See Also