Skip to main content
A newer version of this page is available. .

DashboardPrintingOptions.MapOptions Property

OBSOLETE

The DashboardPrintingOptions.MapOptions property is obsolete now. Use properties with the 'Map' prefix exposed by the DashboardPrintPreviewOptions and DashboardPdfExportOptions classes. To learn more, see the following KB article: https://www.devexpress.com/Support/Center/Question/Details/T488406

Provides access to options specific to printing map dashboard items.

Namespace: DevExpress.DashboardWin

Assembly: DevExpress.Dashboard.v19.1.Win.dll

Declaration

[Obsolete("The DashboardPrintingOptions.MapOptions property is obsolete now. Use properties with the 'Map' prefix exposed by the DashboardPrintPreviewOptions and DashboardPdfExportOptions classes. To learn more, see the following KB article: https://www.devexpress.com/Support/Center/Question/Details/T488406")]
[Browsable(false)]
public MapPrintingOptions MapOptions { get; }

Property Value

Type Description
MapPrintingOptions

A MapPrintingOptions object containing settings that specify parameters affecting how map dashboard items are printed.

Remarks

The MapOptions property settings are not in effect when the entire content of the dashboard is printed.

See Also