Skip to main content

TBasedxReportLink.UseVertDelimiters Property

Specifies whether to prevent a column from breaking across multiple pages.

Declaration

property UseVertDelimiters: Boolean read; write; default True;

Property Value

Type Default
Boolean True

Remarks

Use the UseVertDelimiters property to control whether a column is divided when printing a report. If the UseVertDelimiters property is False and vertical page breaks occur within a column (the printed component does not fit inside the report horizontally), ExpressPrinting System allows a vertical page break to divide this column between two pages.

You can prevent a column from breaking across pages by setting the UseHorzDelimiters property to True.

If the UseHorzDelimiters property is True, the ExpressPrinting System a new page from the column 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