TdxGridReportLink.OnGetCustomPageBreaks Event
In This Article
Enables you to insert custom page breaks into a report.
#Declaration
Delphi
property OnGetCustomPageBreaks: TdxGridGetCustomPageBreaksEvent read; write;
#Remarks
The OnGetCustomPageBreaks event fires if the report link’s OptionsPagination.Custom option is active.
Use the report link’s AddHorizontalPageBreak and AddPageBreak methods within the event handler, to manually split a report into pages.
See Also