Skip to main content

TcxVerticalGridReportLinkOptionsSize.WrapRecords Property

Determines if vertical grid records should be wrapped at the right edge of a report page.

Declaration

property WrapRecords: Boolean read; write; default True;

Property Value

Type Default
Boolean True

Remarks

Use the WrapRecords property to determine if vertical grid records are to be wrapped at the right edge of a report page. This can be useful when the vertical grid control is too wide to be displayed within a single report page. If the WrapRecords option is active, then the records, which do not fit within the page width, are wrapped.

The default value of the WrapRecords property is True.

See Also