DashboardExportExcelFormat Class
In This Article
Lists values that specify Excel formats available for exporting individual dashboard items.
#Declaration
TypeScript
declare class DashboardExportExcelFormat
#Remarks
Values returned by this class are used to set the DashboardExcelExportOptions.Format property.
Warning
A use of ASPx
API reduces flexibility when you configure the control. The DashboardASPx
object. The control provides access to all client settings and allows you to implement complex scenarios. We recommend that you use the Dashboard
API to configure the Web Dashboard on the client. More information: Client-Side Functionality.
#Properties
#Csv Property
A comma-separated values (CSV) file format.
#Declaration
TypeScript
static readonly Csv: string
#Property Value
Type |
---|
string |
#Xls Property
The Excel 97 - Excel 2003 (XLS) file format.
#Declaration
TypeScript
static readonly Xls: string
#Property Value
Type |
---|
string |
#Xlsx Property
The Office Excel 2007 XML-based (XLSX) file format.
#Declaration
TypeScript
static readonly Xlsx: string
#Property Value
Type |
---|
string |