Skip to main content
All docs
V18.2

ASPxClientDashboardExportOptions Members

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

Constructors

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

Properties

Name Description
AutoFitPageCount Obsolete. Gets or sets the number of horizontal/vertical pages spanning 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.
ExcelOptions Obsolete. Provides access to options for exporting individual dashboard items in Excel format.
FilterState Obsolete. Gets or sets the filter state’s location on 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.
ImageOptions Obsolete. Provides access to options for exporting a dashboard or individual items in Image format.
MapOptions Obsolete. Provides access to options for exporting map dashboard items.
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).
ShowTitle Obsolete. Gets or sets whether a dashboard title (or dashboard item’s caption) is included as the exported document title.
Title Obsolete. Gets or sets the title of the exported document.
TreemapOptions Obsolete. Provides access to options for exporting 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 a string that represents the current object. Inherited from Object.
See Also