Skip to main content
A newer version of this page is available. .

DashboardImageExportOptions Interface

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

Declaration

export interface DashboardImageExportOptions

Properties

ExportFilters Property

Specifies whether to add the state of master filter items to the exported document.

Declaration

ExportFilters?: boolean

Property Value

Type Description
boolean

true, to add the state of master filter items to the exported document; otherwise, false.

ExportParameters Property

Specifies whether to add current parameter values to the exported document.

Declaration

ExportParameters?: boolean

Property Value

Type Description
boolean

true, to add current parameter values to the exported document; otherwise, false.

FontInfo Property

Provides access to the font settings of the exported image.

Declaration

FontInfo?: ExportFontInfo

Property Value

Type Description
ExportFontInfo

A ExportFontInfo object that provides access to the font settings of the exported image.

Format Property

Specifies an image format in which the dashboard/dashboard item is exported.

Declaration

Format?: DashboardExportImageFormat

Property Value

Type Description
DashboardExportImageFormat

A DashboardExportImageFormat object that specifies an image format in which the dashboard/dashboard item is exported.

IncludeHiddenParameters Property

Declaration

IncludeHiddenParameters?: boolean

Property Value

Type
boolean

Resolution Property

Specifies the resolution (in dpi) used to export a dashboard/dashboard item to an image.

Declaration

Resolution?: number

Property Value

Type Description
number

An integer value that specifies the resolution (in dpi) used to export a dashboard/dashboard item to an image.

ScaleFactor Property

Specifies the scale factor (in fractions of 1), by which a dashboard/dashboard item is scaled in the exported document.

Declaration

ScaleFactor?: number

Property Value

Type Description
number

A number that specifies the scale factor by which a dashboard/dashboard item is scaled in the exported document.

ShowTitle Property

Declaration

ShowTitle?: boolean

Property Value

Type
boolean

Title Property

Declaration

Title?: string

Property Value

Type
string