Skip to main content
All docs
V18.2

MapExportOptions.SizeMode Property

OBSOLETE

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

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

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

Property Value

Type Description
String

A value returned by the MapExportSizeMode class that specifies specifies the export size mode for the map dashboard item.

See Also