PivotGridPageSettings.PaperKind Property
Gets or sets the type of paper for the document.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.1.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
Declaration
[TypeConverter(typeof(PaperKindConverter))]
[XtraSerializableProperty]
public PaperKind PaperKind { get; set; }
Property Value
Type | Description |
---|---|
PaperKind | A PaperKind enumeration value. |
Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to PaperKind |
---|---|---|
Cross-Platform Class Library | PivotGridOptionsPrint |
|
ASP.NET Web Forms Controls | WebPivotGridOptionsPrint |
|
.NET Reporting Tools | XRPivotGridOptionsPrint |
|
Remarks
Information on paper types can be obtained from the PaperKind topic in MSDN. If the PaperKind property is set to Custom, then the paper size is determined by the PivotGridPageSettings.PaperWidth and PivotGridPageSettings.PaperHeight properties.
See Also