Skip to main content

XRDesignMdiController.AllowDefaultSvgImages Property

OBSOLETE

This property is no longer used.

Specifies whether to use bitmap or vector icons for the End-User Report Designer.

Namespace: DevExpress.XtraReports.UserDesigner

Assembly: DevExpress.XtraReports.v23.2.Extensions.dll

NuGet Package: DevExpress.Win.Reporting

Declaration

[Browsable(false)]
[Obsolete("This property is no longer used.")]
public DefaultBoolean AllowDefaultSvgImages { get; set; }

Property Value

Type Description
DefaultBoolean

true, to use vector images; otherwise, false.

Available values:

Name Description Return Value
True

The value is true.

0

False

The value is false.

1

Default

The value is specified by a global option or a higher-level object.

2

Remarks

By default, the End-User Report Designer displays vector icons (based on the WindowsFormsSettings.AllowDefaultSvgImages property value), which ensures the proper look of an application on high-DPI displays.

To learn more, see Application Appearance.

See Also