Skip to main content

PivotGridPageSettings.PaperWidth Property

Gets or sets a custom width of the paper, in hundredths of an inch. The property is in effect when the PivotGridPageSettings.PaperKind property is set to Custom.

Namespace: DevExpress.XtraPivotGrid

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

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

Declaration

[XtraSerializableProperty]
public int PaperWidth { get; set; }

Property Value

Type Description
Int32

The width of the paper, in hundredths of an inch.

Property Paths

You can access this nested property as listed below:

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