TBasedxReportLink.UseHorzDelimiters Property
Specifies whether to prevent a row from breaking across multiple pages.
Declaration
property UseHorzDelimiters: Boolean read; write; default True;
Property Value
Type | Default |
---|---|
Boolean | True |
Remarks
Use the UseHorzDelimiters property to control whether a row is divided when printing a report. If the UseHorzDelimiters property is set to False and horizontal page breaks occur within a large row, ExpressPrinting System allows the page break to divide this row between two pages.
You can prevent a row from breaking across pages by setting the UseHorzDelimiters property to True.
If the UseVertDelimiters property is set to True, ExpressPrinting System starts a new page from the row in question, which will be placed at the beginning of a new page. Page position within the report depends upon the printing order for report pages.
The default value of this property is True.
See Also