Skip to main content
All docs
V18.2

DashboardPdfExportOptions.MapSizeMode Property

Gets or sets the export size mode for the Map dashboard item.

Namespace: DevExpress.DashboardWeb.Scripts

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

Declaration

public string MapSizeMode { get; set; }

Property Value

Type Description
String

A MapExportSizeMode value that specifies the export size mode for the Map dashboard item.

See Also