Gets or sets whether the page orientation used to export the Range Filter dashboard item is selected automatically.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v19.2.Core.dll
[DefaultValue(false)]
public bool RangeFilterAutomaticPageLayout { get; set; }
<DefaultValue(False)>
Public Property RangeFilterAutomaticPageLayout As Boolean
Type | Default | Description |
---|---|---|
Boolean | false |
true, to automatically select the page orientation used to export the Range Filter dashboard item; otherwise, false. |
If the RangeFilterAutomaticPageLayout property is set to true, it overrides the page orientation specified using the DashboardPdfExportOptions.PageLayout property.