DashboardStateExportPosition Class
Lists constants that specify the position of the dashboard state (such as master filter or current parameter values) in the exported document.
Declaration
declare class DashboardStateExportPosition
Remarks
Values listed in this class are used to set the DashboardPdfExportOptions.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 dashboard/dashboard item.
Declaration
static readonly Below: string
Property Value
Type |
---|
string |
SeparatePage Property
The dashboard state is placed on a separate page.
Declaration
static readonly SeparatePage: string
Property Value
Type |
---|
string |