TcxVerticalGridReportLinkOptionsSize Class
Contains options which affect the vertical grid control size within a report.
Declaration
TcxVerticalGridReportLinkOptionsSize = class(
TdxCustomReportLinkOptionsSize
)
Remarks
The TcxVerticalGridReportLinkOptionsSize class contains options which affect the size of the vertical grid control within a report. These options specify:
Whether the vertical grid control is resized to fit the width of the report page (see the AutoWidth property description);
Whether the vertical grid control is resized to display the entire contents of vertical grid cells (see the BestFit and KeepSameRecordWidths property descriptions);
Whether vertical grid records are wrapped within a page so as to display all records within a single page (see the WrapRecords property description).
Call the RestoreDefaults method to set all options in this set to their default values.