TcxVerticalGridReportLinkOptionsPagination.ByRows Property
In This Article
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
Delphi
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