PivotGridPageSettings Members
Contains print page settings.Constructors
| Name | Description |
|---|---|
| PivotGridPageSettings() | Initializes a new instance of the PivotGridPageSettings class. |
Properties
| 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. |
Methods
| Name | Description |
|---|---|
| Assign(PivotGridPageSettings) | Copies all the settings from the PivotGridPageSettings object passed as a parameter. |
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| Reset() | Sets settings provided by the PivotGridPageSettings class to the default values. |
| ToPageSettings() | |
| ToString() | Returns a string representation of the current object. |
See Also