Skip to main content
All docs
V23.2

DxImageExportOptions Members

Contains options related to exporting a dashboard/dashboard item as an image.

Constructors

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

Properties

Name Description
ExportFilters Specifies whether to add the state of master filter items to the exported document.
ExportParameters Specifies whether to add current parameter values to the exported document.
Format Specifies the image format of the exported dashboard/dashboard item.
IncludeHiddenParameters Specifies whether to add current values of a hidden parameter to the exported document.
Resolution Specifies the resolution (in dpi) used to export a dashboard/dashboard item to an image.
ScaleFactor Specifies the scale factor (in fractions of 1) by which a dashboard/dashboard item is scaled in the printed document.
ShowTitle Specifies whether a dashboard title or dashboard item caption is used as the title of the exported document.

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