TAbstractdxGridReportLink.UseCustomPageBreaks Property
In This Article
Specifies whether custom page breaks are enabled within a report.
#Declaration
Delphi
property UseCustomPageBreaks: Boolean read; write; default False;
#Property Value
Type | Default |
---|---|
Boolean | False |
#Remarks
Set the UseCustomPageBreaks property to True to enable custom page breaks within a report. To add custom page breaks to the report, handle the OnGetCustomPageBreaks event. Otherwise, custom page breaks cannot be added to a report.
The default value of the UseCustomPageBreaks property is False.
See Also