Skip to main content
All docs
V18.2

DashboardImageExportOptions.ExportParameters Property

Gets or sets whether to add current parameter values to the exported document.

Namespace: DevExpress.DashboardWeb.Scripts

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

Declaration

public bool ExportParameters { get; set; }

Property Value

Type Description
Boolean

true, to add current parameter values to the exported document; otherwise, false.

See Also