PivotGridPageSettings Properties
Contains print page settings.| Name | Description |
|---|---|
| IsEmpty | Returns whether the settings of the current object are equal to the default settings. |
| Landscape | Gets or sets a value indicating whether the page orientation is landscape. |
| Margins | Gets or sets the margins of a print page. |
| PaperHeight | 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. |
| PaperKind | Gets or sets the type of paper for the document. |
| PaperWidth | 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. |
See Also