TdxCustomTableControlReportLinkOptionsPagination.Custom Property
Specifies whether custom page breaks are enabled within a report.
Declaration
property Custom: Boolean read; write; 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 insert a page break before any row within the Grid or a node within the TreeList control. To add custom page breaks to a report, handle the report link’s OnGetCustomPageBreaks event.
The Custom property’s default value is False.
See Also