Skip to main content

TdxGridReportLink.AddHorizontalPageBreak(TcxGridColumn[]) Method

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

Declaration

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