CardExportOptions Class
Contains settings that specify parameters affecting how the Card dashboard item is exported.
#Declaration
declare class CardExportOptions
#Remarks
Use the ASPxClientDashboardExportOptions.CardOptions property to access options specific to exporting Card dashboard items.
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
#AutoArrangeContent Property
Obsolete. Gets or sets whether dashboard item elements are automatically arranged on the exported page.
#Declaration
AutoArrangeContent: boolean
#Property Value
Type | Description |
---|---|
boolean | true, to arrange dashboard item elements automatically on the exported page; otherwise, false. |