MapPrintingOptions.AutomaticPageLayout Property
OBSOLETE
This property is obsolete now. Use the DashboardPrintPreviewOptions.MapAutomaticPageLayout/DashboardPdfExportOptions.MapAutomaticPageLayout properties instead. To learn more, see the following breaking change: https://supportcenter.devexpress.com/ticket/details/bc4046/
Gets or sets whether the page orientation used to print a map dashboard item is selected automatically.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v24.1.Win.dll
NuGet Package: DevExpress.Win.Dashboard
Declaration
[DefaultValue(false)]
[Obsolete("This property is obsolete now. Use the DashboardPrintPreviewOptions.MapAutomaticPageLayout/DashboardPdfExportOptions.MapAutomaticPageLayout properties instead. To learn more, see the following breaking change: https://supportcenter.devexpress.com/ticket/details/bc4046/")]
public bool AutomaticPageLayout { get; set; }
Property Value
Type | Default | Description |
---|---|---|
Boolean | false | true, to automatically select the page orientation used to print a map dashboard item; otherwise, false. |
See Also