DashboardStateExcelExportPosition Class
Lists constants that specify the position of the dashboard state (such as master filter or current parameter values) in the exported Excel document.
Declaration
declare class DashboardStateExcelExportPosition
Remarks
Values listed in this class are used to set the DashboardExcelExportOptions.DashboardStatePosition property.
Warning
A use of ASPxClientDashboard
API reduces flexibility when you configure the control. The DashboardControl underlies the ASPxClientDashboard
object. The control provides access to all client settings and allows you to implement complex scenarios. We recommend that you use the DashboardControl
API to configure the Web Dashboard on the client. More information: Client-Side Functionality.
Properties
Below Property
The dashboard state is placed below the exported data.
Declaration
static readonly Below: string
Property Value
Type |
---|
string |
SeparateSheet Property
The dashboard state is placed on a separate sheet.
Declaration
static readonly SeparateSheet: string
Property Value
Type |
---|
string |