TdxGridReportLink.AddPageBreak(TList) Method
In This Article
Inserts custom page breaks between a grid View’s records.
#Declaration
Delphi
procedure AddPageBreak(AGridRecords: TList); overload;
#Parameters
Name | Type |
---|---|
AGrid |
TList |
#Remarks
Overloads take the following parameters (in the order they are listed above):
AGridRecord specifies the grid View’s record, before which, a page break will be inserted.
AGridRecords specifies the array of the grid View’s records, before which, a page break will be inserted.
AGridRecords specifies the array of the grid View’s records, before which, a page break will be inserted. AGridRecords specifies the list of the grid View’s records, before which, a page break will be inserted.
For the example, refer to the tree list report link’s AddPageBreak method description.
See Also