Skip to main content
All docs
V18.2

DashboardExcelExportOptions.Format Property

Gets or sets the Excel format in which the dashboard item is exported.

Namespace: DevExpress.DashboardWeb.Scripts

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

Declaration

public string Format { get; set; }

Property Value

Type Description
String

A DashboardExportExcelFormat value that specifies the Excel format in which the dashboard item is exported.

See Also