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

DashboardPdfExportOptions.TreemapAutomaticPageLayout Property

Gets or sets whether the page orientation used to export the Treemap dashboard item is selected automatically.

Namespace: DevExpress.DashboardCommon

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

Declaration

[DefaultValue(false)]
public bool TreemapAutomaticPageLayout { get; set; }

Property Value

Type Default Description
Boolean **false**

true, to automatically select the page orientation used to export the Treemap dashboard item; otherwise, false.

Property Paths

You can access this nested property as listed below:

Show 14 property paths
Object Type Path to TreemapAutomaticPageLayout
BeforeExportDocumentEventArgs
.PdfExportOptions.TreemapAutomaticPageLayout
CustomExportBaseEventArgs
.PdfExportOptions.TreemapAutomaticPageLayout
CustomExportEventArgs
.PdfExportOptions.TreemapAutomaticPageLayout
CustomizeExportDocumentEventArgs
.PdfExportOptions.TreemapAutomaticPageLayout
ASPxDashboard
.PdfExportOptions.TreemapAutomaticPageLayout
BeforeExportDocumentWebEventArgs
.PdfExportOptions.TreemapAutomaticPageLayout
CustomExportBaseWebEventArgs
.PdfExportOptions.TreemapAutomaticPageLayout
CustomExportWebEventArgs
.PdfExportOptions.TreemapAutomaticPageLayout
CustomizeExportDocumentWebEventArgs
.PdfExportOptions.TreemapAutomaticPageLayout
DashboardExtensionSettings
.PdfExportOptions.TreemapAutomaticPageLayout
MVCxDashboard
.PdfExportOptions.TreemapAutomaticPageLayout
DashboardDesigner
.PdfExportOptions.TreemapAutomaticPageLayout
DashboardViewer
.PdfExportOptions.TreemapAutomaticPageLayout
DashboardControl
.PdfExportOptions.TreemapAutomaticPageLayout

Remarks

If the TreemapAutomaticPageLayout property is set to true, it overrides the page orientation specified using the DashboardPdfExportOptions.PageLayout property.

See Also