Skip to main content

TdxGridReportLink.AddPageBreak(TList) Method

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

Declaration

procedure AddPageBreak(AGridRecords: TList); overload;

Parameters

Name Type
AGridRecords 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