Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxGridReportLink.AddPageBreak(TList) Method

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

#Declaration

Delphi
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