Skip to main content

PivotGridPageSettings.PaperKind Property

Gets or sets the type of paper for the document.

Namespace: DevExpress.XtraPivotGrid

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

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

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
.NET Reporting Tools 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.

See Also