TcxVerticalGridReportLinkOptionsPagination.ByRows Property
Specifies if the vertical grid control should be split across report pages to display the maximum number possible of rows in their entirety on a single page.
Declaration
property ByRows: Boolean read; write; default True;
Property Value
Type | Default |
---|---|
Boolean | True |
Remarks
Use the ByRows property to specify if the vertical grid control is split across the report to display the maximum number possible of rows in their entirety on a single page.
The default value of the ByRows property is True.
See Also