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

TdxGridReportLink.OptionsSize Property

Represents a set of options which determine how the grid control is sized within a report.

#Declaration

Delphi
property OptionsSize: TdxGridReportLinkOptionsSize read; write;

#Property Value

Type
TdxGridReportLinkOptionsSize

#Remarks

Use the OptionsSize property to set the options used to specify how the grid control is sized within a report. Use the AutoWidth property to stretch/shrink the grid control horizontally according to the width of the report’s page being printed.

Use the RestoreDefaults method to set all options in this set to their defaults.

See Also