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):
AGridColumn specifies the tree list’s column, before which, a page break will be inserted.
AGridColumns specifies the array of the tree list’s columns, before which, a page break will be inserted.
AGridColumns specifies the array of the tree list’s columns, before which, a page break will be inserted.
AGridColumns specifies the list of the tree list’s columns, before which, a page break will be inserted.
See Also