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

TAbstractdxGridReportLink.OnGetCustomPageBreaks Event

In This Article

Enables custom page breaks to be added to a report.

#Declaration

Delphi
property OnGetCustomPageBreaks: TdxCustomGridReportLinkEvent read; write;

#Remarks

Handle the OnGetCustomPageBreaks event to add custom page breaks to a report. This event is fired when the UseCustomPageBreaks property is set to True. In order to add custom page breaks, call the AddPageBreak method from the procedure which handles the OnGetCustomPageBreaks event.

For examples on using the OnGetCustomPageBreaks event with the TreeList control refer to the AddPageBreak topic.

See Also