Skip to main content
All docs
V18.2

ImageFormatOptions.Format Property

OBSOLETE

The ImageFormatOptions.Format property is obsolete now. Use the Format property instead. To learn more, see the following KB article: https://www.devexpress.com/Support/Center/Question/Details/T488764

Gets or sets an image format in which the dashboard (dashboard item) is exported.

Namespace: DevExpress.DashboardWeb.Scripts

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

Declaration

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

Property Value

Type Description
String

A value returned by the DashboardExportImageFormat class that specifies an image format in which the dashboard (dashboard item) is exported.

See Also