Skip to main content

TAbstractdxGridReportLink.OnGetCustomPageBreaks Event

Enables custom page breaks to be added to a report.

Declaration

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