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

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

Declaration

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

Property Value

Type Default Description
Int32 0

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
.PageSettings.PaperHeight
ASP.NET Controls and MVC Extensions WebPivotGridOptionsPrint
.PageSettings.PaperHeight
Reporting XRPivotGridOptionsPrint
.PageSettings.PaperHeight
See Also