Skip to main content

TcxTreeListCustomReportLink.AddHorizontalPageBreak(TList) Method

Inserts custom page breaks between the tree list’s columns.

Declaration

procedure AddHorizontalPageBreak(AColumns: TList); overload;

Parameters

Name Type
AColumns TList

Remarks

Overloads take the following parameters (in the order they are listed above):

  1. AGridColumn specifies the tree list’s column, before which, a page break will be inserted.

  2. AGridColumns specifies the array of the tree list’s columns, before which, a page break will be inserted.

  3. AGridColumns specifies the array of the tree list’s columns, before which, a page break will be inserted.

  4. AGridColumns specifies the list of the tree list’s columns, before which, a page break will be inserted.

See Also