Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TAbstractdxGridReportLink.AddHorizontalPageBreak(TBoundArray,Integer,Integer) Method

Inserts custom page breaks between a linked control’s columns.

#Declaration

Delphi
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