Skip to main content

DashboardExportOptions.PaperKind Property

OBSOLETE

The DashboardExportOptions.PaperKind property is obsolete now. Use the DashboardPdfExportOptions.PaperKind property instead. To learn more, see the following breaking change: https://supportcenter.devexpress.com/ticket/details/t986338/

Gets or sets the standard paper size.

Namespace: DevExpress.DashboardWeb

Assembly: DevExpress.Dashboard.v24.1.Web.WebForms.dll

NuGet Package: DevExpress.Web.Dashboard

Declaration

[DefaultValue(PaperKind.Letter)]
[Obsolete("The DashboardExportOptions.PaperKind property is obsolete now. Use the DashboardPdfExportOptions.PaperKind property instead. To learn more, see the following breaking change: https://supportcenter.devexpress.com/ticket/details/t986338/")]
public PaperKind PaperKind { get; set; }

Property Value

Type Default Description
PaperKind Letter

A PaperKind enumeration value that specifies the standard paper size.

See Also