Skip to main content

TcxCustomVerticalGridReportLink.OptionsSize Property

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

Declaration

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