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.UseHorzDelimiters Property

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

#Declaration

Delphi
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