TcxVerticalGridReportLinkOptionsSize Properties
Contains options which affect the vertical grid control size within a report.Name | Description |
---|---|
AutoWidth | Specifies whether the width of the control associated with a report link is automatically adjusted to fit the report page’s width. Inherited from TdxCustomReportLinkOptionsSize. |
BestFit | Determines if vertical grid control records should be resized to display the cells contents in their entirety. |
KeepSameRecordWidths | Determines whether or not vertical grid records keep the same width when the BestFit option is active. |
ReportLink | Provides access to the report link for which the current options are applied. |
WrapRecords | Determines if vertical grid records should be wrapped at the right edge of a report page. |
WrapSeparatorHeight | Specifies the height of the wrapped records separator. |
See Also