Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxVerticalGridReportLinkOptionsSize Class

Contains options which affect the vertical grid control size within a report.

#Declaration

Delphi
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.

#Inheritance

See Also