DashboardExportPaperKind Class
Lists constants used to identify a standard paper size used to export a dashboard/dashboard item.
Declaration
declare class DashboardExportPaperKind
Remarks
Values returned by this class are used to set the DashboardPdfExportOptions.PaperKind 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
A3 Property
A3 paper (297 mm by 420 mm).
Declaration
static readonly A3: string
Property Value
Type |
---|
string |
A4 Property
A4 paper (210 mm by 297 mm).
Declaration
static readonly A4: string
Property Value
Type |
---|
string |
A5 Property
A5 paper (148 mm by 210 mm).
Declaration
static readonly A5: string
Property Value
Type |
---|
string |
Executive Property
Executive paper (7.25 in. by 10.5 in.).
Declaration
static readonly Executive: string
Property Value
Type |
---|
string |
Legal Property
Legal paper (8.5 in. by 14 in.).
Declaration
static readonly Legal: string
Property Value
Type |
---|
string |
Letter Property
Letter paper (8.5 in. by 11 in.).
Declaration
static readonly Letter: string
Property Value
Type |
---|
string |