Skip to main content

DashboardPdfExportOptions Members

Contains options related to exporting a dashboard/dashboard item to PDF format.

Constructors

Name Description
DashboardPdfExportOptions() Initializes a new instance of the DashboardPdfExportOptions class.

Properties

Name Description
AutoFitPageCount Gets or sets the number of horizontal/vertical pages that span the total width/height of a dashboard/dashboard item.
CardAutoArrangeContent Gets or sets whether cards within the Card dashboard item are automatically arranged on the exported page.
ChartAutomaticPageLayout Gets or sets whether the page orientation used to export the Chart dashboard item is selected automatically.
ChartSizeMode Gets or sets the export size mode for the Chart dashboard item.
DashboardAutomaticPageLayout Gets or sets whether the page orientation used to export a dashboard is selected automatically.
DashboardStatePosition Gets or sets a position of the dashboard state (such as master filter or current parameter values) in the exported document.
DocumentScaleMode Gets or sets the mode for scaling a dashboard/dashboard item in the exported document.
ExportFilters Gets or sets whether to add the state of master filter items to the exported document.
ExportParameters Gets or sets whether to add current parameter values to the exported document.
FontInfo Provides access to the font settings of the exported document.
GaugeAutoArrangeContent Gets or sets whether gauges within the Gauge dashboard item are automatically arranged on the exported page.
GridFitToPageWidth Gets or sets whether the size of the Grid dashboard item is changed according to the width of the exported page.
GridPrintHeadersOnEveryPage Gets or sets whether to add column headers of the Grid dashboard item to every page.
IncludeHiddenParameters Gets or sets whether to add current values of hidden parameter to the exported document.
MapAutomaticPageLayout Gets or sets whether the page orientation used to export the Map dashboard item is selected automatically.
MapSizeMode Gets or sets the export size mode for the Map dashboard item.
PageLayout Gets or sets the page orientation used to export a dashboard/dashboard item.
PaperKind Gets or sets the type of paper for the exported document.
PieAutoArrangeContent Gets or sets whether pies within the Pie dashboard item are automatically arranged on the exported page.
PivotPrintHeadersOnEveryPage Gets or sets whether to add column headers of the Pivot dashboard item to every page.
RangeFilterAutomaticPageLayout Gets or sets whether the page orientation used to export the Range Filter dashboard item is selected automatically.
RangeFilterSizeMode Gets or sets the export size mode for the Range Filter dashboard item.
ScaleFactor Gets or sets the scale factor (in fractions of 1), by which a dashboard/dashboard item is scaled in the exported document.
ScaleMode Obsolete. Gets or sets the mode for scaling a dashboard/dashboard item in the exported document.
ShowTitle Gets or sets whether a dashboard title (or dashboard item’s caption) is included as the exported document title.
TreemapAutomaticPageLayout Gets or sets whether the page orientation used to export the Treemap dashboard item is selected automatically.
TreemapSizeMode Gets or sets the export size mode for the Treemap dashboard item.

Methods

Name Description
Assign(DashboardPdfExportOptions) Copies settings of the specified object to the current object.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also