TcxTreeListReportLinkOptionsPagination.Custom Property
In This Article
Specifies whether or not custom page breaks are enabled in the TreeList control report.
#Declaration
Delphi
property Custom; default False;
#Property Value
Type | Default |
---|---|
Boolean | False |
#Remarks
Set the Custom property to True to enable custom page breaks. Custom page breaks allows you to add a page break before any TreeList node. To add custom page breaks to the report, use the OnGetCustomPageBreaks event.
The default value of the Custom property is False.
See Also