TAbstractdxGridReportLink.AddHorizontalPageBreak(TBoundArray,Integer,Integer) Method
Inserts custom page breaks between a linked control’s columns.
Declaration
procedure AddHorizontalPageBreak(const AColumns: TBoundArray; AStartIndex: Integer; ACount: Integer); overload;
Parameters
Name | Type |
---|---|
AColumns | TBoundArray |
AStartIndex | Integer |
ACount | Integer |
Remarks
Overloads take the following parameters (in the order they are listed above):
AColumn specifies the linked control’s column, before which, a page break is inserted.
AColumns specifies the array of a linked control’s columns. ACount specifies the number of columns in the array (starting from the first column), before which, a page break is inserted.
AColumns specifies the array of a linked control’s columns. AStartIndex specifies the column from which to start sequential traversing in the array. ACount specifies the number of columns in the array, before which, a page break is inserted.
AColumns specifies the list of a linked control’s columns, before which, a page break is inserted.
AColumns specifies the list of a linked control’s columns. AStartIndex specifies the column from which to start sequential traversing in the list. ACount specifies the number of columns in the list, before there is a page break.
AColumns specifies the array of a linked control’s columns, before which, a page break is inserted.
AColumns specifies the array of a linked control’s columns. AStartIndex specifies the column from which to start sequential traversing in the array. ACount specifies the number of columns in the array, before there is a page break.
AColumns specifies the array of a linked control’s columns, before which, a page break is inserted.
AColumns specifies the array of a linked control’s columns. AStartIndex specifies the column from which to start sequential traversing in the array. ACount specifies the number of columns in the array, before there is a page break.