Skip to main content

PivotGridPageSettings.PaperKind Property

Gets or sets the type of paper for the document.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v22.2.Core.dll

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Dashboard.Design

Declaration

[DefaultValue(PaperKind.Letter)]
public PaperKind PaperKind { get; set; }

Property Value

Type Default Description
PaperKind Letter

A PaperKind enumeration value.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to PaperKind
Cross-Platform Class Library PivotGridOptionsPrint
.PageSettings .PaperKind
Reporting XRPivotGridOptionsPrint
.PageSettings .PaperKind
ASP.NET Web Forms Controls WebPivotGridOptionsPrint
.PageSettings .PaperKind

Remarks

Information on paper types can be obtained from the PaperKind topic in MSDN. If the PaperKind property is set to Custom, then the paper size is determined by the PivotGridPageSettings.PaperWidth and PivotGridPageSettings.PaperHeight properties.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the PaperKind property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also