PivotGridPageSettings.PaperHeight Property
Gets or sets a custom height 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
Property Value
Type | Description |
---|---|
Int32 | The height of the paper, in hundredths of an inch. |
Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to PaperHeight |
---|---|---|
Cross-Platform Class Library | PivotGridOptionsPrint |
|
ASP.NET Web Forms Controls | WebPivotGridOptionsPrint |
|
.NET Reporting Tools | XRPivotGridOptionsPrint |
|
See Also