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

TdxGridReportLink.AddHorizontalPageBreak(TcxGridColumn[]) Method

Inserts custom page breaks between a grid View’s columns.

#Declaration

Delphi
procedure AddHorizontalPageBreak(const AGridColumns: array of TcxGridColumn); overload;

#Parameters

Name Type
AGridColumns TcxGridColumn

#Remarks

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

  • AGridColumn specifies the grid View’s column, before which, a page break will be inserted.

  • AGridColumns specifies the list of the grid View’s columns, before which, a page break will be inserted.

  • AGridColumns specifies the array of the grid View’s columns, before which, a page break will be inserted.

See Also