Skip to main content

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):

  1. AColumn specifies the linked control’s column, before which, a page break is inserted.

  2. 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.

  3. 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.

  4. AColumns specifies the list of a linked control’s columns, before which, a page break is inserted.

  5. 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.

  6. AColumns specifies the array of a linked control’s columns, before which, a page break is inserted.

  7. 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.

  8. AColumns specifies the array of a linked control’s columns, before which, a page break is inserted.

  9. 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.

See Also