TcxTreeListCustomReportLink.OnGetCustomPageBreaks Event
Enables adding custom page breaks to the TreeList control report.
Declaration
property OnGetCustomPageBreaks: TcxTreeListReportLinkGetCustomPageBreaksEvent read; write;
Remarks
Using the OnGetCustomPageBreaks event allows you to add custom page breaks to the TreeList control report. The custom page breaks are added by the AddPageBreak method, this method should ONLY be used within the OnGetCustomPageBreaks event. Remember that this event is only fired when the TcxTreeListCustomReportLink.OptionsPagination.Custom property is set to True.
For examples of using the event refer to the AddPageBreak topic.
See Also