Skip to main content
All docs
V18.2

ASPxClientDashboardExportOptions.ImageOptions Property

OBSOLETE

The ImageOptions property is obsolete now. Use properties exposed by the DashboardImageExportOptions class instead. To learn more, see the following KB article: https://www.devexpress.com/Support/Center/Question/Details/T488764

Provides access to options for exporting a dashboard or individual items in Image format.

Namespace: DevExpress.DashboardWeb.Scripts

Assembly: DevExpress.Dashboard.v18.2.Web.WebForms.Scripts.dll

Declaration

[Obsolete("The ImageOptions property is obsolete now. Use properties exposed by the DashboardImageExportOptions class instead. To learn more, see the following KB article: https://www.devexpress.com/Support/Center/Question/Details/T488764")]
public ImageFormatOptions ImageOptions { get; set; }

Property Value

Type Description
ImageFormatOptions

An ImageFormatOptions object containing settings that specify parameters affecting how the dashboard or dashboard item is exported in Image format.

See Also