Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TBasedxReportLink.UseVertDelimiters Property

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

#Declaration

Delphi
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