Skip to main content

DashboardPrintingOptions Members

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

Constructors

Name Description
DashboardPrintingOptions() Initializes a new instance of the DashboardPrintingOptions 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 specific to printing a card dashboard item.
ChartOptions Obsolete. Provides access to options specific to printing a chart dashboard item.
DashboardItemOptions Obsolete. Provides access to dashboard options specific to printing individual dashboard items.
DocumentContentOptions Obsolete. Provides access to options specific to printing additional content.
FontInfo Obsolete. Provides access to the font settings of the printed document.
GaugeOptions Obsolete. Provides access to options specific to printing a gauge dashboard item.
GridOptions Obsolete. Provides access to options specific to printing a grid dashboard item.
MapOptions Obsolete. Provides access to options specific to printing map dashboard items.
PageLayout Obsolete. Gets or sets the page orientation used to print a dashboard (dashboard item).
PaperKind Obsolete. Gets or sets the standard paper size.
PieOptions Obsolete. Provides access to options specific to printing a pie dashboard item.
PivotOptions Obsolete. Provides access to options specific to printing a pivot dashboard item.
RangeFilterOptions Obsolete. Provides access to options specific to printing 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 printing a dashboard (dashboard item).
TreemapOptions Obsolete. Provides access to options specific to printing a Treemap dashboard item.

Methods

Name Description
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