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

TdxLayoutControlReportLink.OptionsSize Property

Contains settings that define the size of the control’s printed version.

#Declaration

Delphi
property OptionsSize: TdxLayoutControlReportLinkOptionsSize read; write;

#Property Value

Type
TdxLayoutControlReportLinkOptionsSize

#Remarks

The object available via the OptionsSize property provides a single AutoWidth property. Use this property to specify whether the printed control should fit the page width.

Call the Options.RestoreDefaults method if you want to revert this set of options to their default values.

See Also