TdxGridReportLinkOptionsPagination.Row Property
Determines whether multi-page reports use row boundaries for pagination.
Declaration
property Row; default True;
Property Value
Type | Default |
---|---|
Boolean | True |
Remarks
Set the Row property to cause reports that require more than one page vertically to display their content, to honor row boundaries when determining where to split the report. When not set some rows can be spanned across pages, resulting in partial rows on some pages.
The default value to this property is True.
See Also