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

TcxCustomVerticalGridReportLink.OptionsSize Property

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

#Declaration

Delphi
property OptionsSize: TcxVerticalGridReportLinkOptionsSize read; write;

#Property Value

Type
TcxVerticalGridReportLinkOptionsSize

#Remarks

Use the OptionsSize property to access settings which will have an effect on the size of the vertical grid control within a report.

These settings specify:

  • If vertical grid rows should be resized within a report so that they will fit the report page’s width (see the AutoWidth property description).

  • If vertical grid records should be wrapped so that they all fit onto a single page (see the WrapRecords property description).

  • If the vertical grid rows in a report should be resized to occupy the report pages in the best way possible (see the BestFit and KeepSameRecordWidth property descriptions).

See Also