Skip to main content
A newer version of this page is available. .

PivotGridPageSettings.PaperKind Property

Gets or sets the type of paper for the document.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v19.1.Core.dll

Declaration

[DefaultValue(PaperKind.Letter)]
[XtraSerializableProperty]
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.

See Also