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.1.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Dashboard.Design
Declaration
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 |
|
Reporting | XRPivotGridOptionsPrint |
|
ASP.NET Web Forms Controls | WebPivotGridOptionsPrint |
|
See Also