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.v23.2.Core.dll

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

Declaration

[DefaultValue(0)]
public int PaperWidth { get; set; }

Property Value

Type Default Description
Int32 0

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
Reporting XRPivotGridOptionsPrint
.PageSettings .PaperWidth
ASP.NET Web Forms Controls WebPivotGridOptionsPrint
.PageSettings .PaperWidth
See Also