Skip to main content

DashboardExportOptions Members

Obsolete. Contains settings that specify default parameters affecting how the dashboard (dashboard item) is exported.

Constructors

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

Properties

Name Description
AutoFitPageCount Obsolete. Gets or sets the number of horizontal/vertical pages that span the total width/height of a dashboard (dashboard item).
CardOptions Obsolete. Provides access to options for exporting a card dashboard item.
ChartOptions Obsolete. Provides access to options for exporting a chart dashboard item.
DashboardItemOptions Obsolete. Provides access to dashboard options specific to export individual dashboard items.
DocumentContentOptions Obsolete. Provides access to options specific to exporting additional content.
ExcelFormatOptions Obsolete. Provides access to options affecting how the dashboard item is exported in Excel format.
FontInfo Obsolete. Provides access to the font settings of the exported document.
GaugeOptions Obsolete. Provides access to options for exporting a gauge dashboard item.
GridOptions Obsolete. Provides access to options for exporting a grid dashboard item.
ImageFormatOptions Obsolete. Provides access to options affecting how the dashboard or dashboard item is exported in Image format.
MapOptions Obsolete. Provides access to options for exporting a map dashboard item.
PageLayout Obsolete. Gets or sets the page orientation used to export a dashboard (dashboard item).
PaperKind Obsolete. Gets or sets the standard paper size.
PieOptions Obsolete. Provides access to options for exporting a pie dashboard item.
PivotOptions Obsolete. Provides access to options for exporting a pivot dashboard item.
RangeFilterOptions Obsolete. Provides access to options for exporting a Range Filter dashboard item.
ScaleFactor Obsolete. Gets or sets the scale factor (in fractions of 1), by which a dashboard (dashboard item) is scaled.
ScaleMode Obsolete. Gets or sets the mode for scaling when exporting a dashboard (dashboard item).
TreemapOptions Obsolete. Provides access to options for exporting a Treemap dashboard item.

Methods

Name Description
Assign(OptionsBase) 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 the string that represents the current object. Inherited from OptionsBase.
See Also