Skip to main content

DashboardPdfExportOptions.RangeFilterAutomaticPageLayout Property

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

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v23.2.Core.dll

NuGet Package: DevExpress.Dashboard.Core

Declaration

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

Property Value

Type Default Description
Boolean false

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

Property Paths

You can access this nested property as listed below:

Object Type Path to RangeFilterAutomaticPageLayout
BeforeExportDocumentEventArgs
.PdfExportOptions .RangeFilterAutomaticPageLayout
CustomExportBaseEventArgs
.PdfExportOptions .RangeFilterAutomaticPageLayout
ASPxDashboard
.PdfExportOptions .RangeFilterAutomaticPageLayout
BeforeExportDocumentWebEventArgs
.PdfExportOptions .RangeFilterAutomaticPageLayout
CustomExportBaseWebEventArgs
.PdfExportOptions .RangeFilterAutomaticPageLayout
DashboardExtensionSettings
.PdfExportOptions .RangeFilterAutomaticPageLayout
DashboardDesigner
.PdfExportOptions .RangeFilterAutomaticPageLayout
DashboardViewer
.PdfExportOptions .RangeFilterAutomaticPageLayout
IDashboardControl
.PdfExportOptions .RangeFilterAutomaticPageLayout
DashboardControl
.PdfExportOptions .RangeFilterAutomaticPageLayout

Remarks

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

See Also