TAbstractdxGridReportLink.AddPageBreak(TBoundArray,Integer,Integer) Method
Inserts custom page breaks between a linked control’s rows.
Declaration
procedure AddPageBreak(const ARows: TBoundArray; AStartIndex: Integer; ACount: Integer); overload;
Parameters
Name | Type |
---|---|
ARows | TBoundArray |
AStartIndex | Integer |
ACount | Integer |
Remarks
The first overload adds a page break before a linked control’s row specified by ARow.
Overloads take the following parameters (in the order they are listed above):
ARow specifies the linked control’s row, before which, a page break is inserted.
ARows specifies the array of a linked control’s rows. ACount specifies the number of rows in the array (starting from the first row), before before there is a page break.
ARows specifies the array of a linked control’s rows. AStartIndex specifies the row from which to start sequential traversing in the array. ACount specifies the number of rows in the array, before there is a page break.
ARows specifies the list of a linked control’s rows, before which, a page break is inserted.
ARows specifies the list of a linked control’s rows, before which, a page break is inserted. AStartIndex specifies the row from which to start sequential traversing in the list. ACount specifies the number of rows in the list, before there is a page break.
ARows specifies the array of a linked control’s rows, before which, a page break is inserted.
ARows specifies the array of a linked control’s rows, before which, a page break is inserted. AStartIndex specifies the row from which to start sequential traversing in the array. ACount specifies the number of rows in the array, before there is a page break.
ARows specifies the array of a linked control’s rows, before which, a page break is inserted.
ARows specifies the array of a linked control’s rows, before which, a page break is inserted. AStartIndex specifies the row from which to start sequential traversing in the array. ACount specifies the number of rows in the array, before there is a page break.