TdxGridReportLink.AddHorizontalPageBreak(TcxGridColumn[]) Method
In This Article
Inserts custom page breaks between a grid View’s columns.
#Declaration
Delphi
procedure AddHorizontalPageBreak(const AGridColumns: array of TcxGridColumn); overload;
#Parameters
Name | Type |
---|---|
AGrid |
Tcx |
#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