ReportSettingsBase Members
Contains report page settings.Properties
| Name | Description |
|---|---|
| Landscape | Gets or sets whether report page orientation is landscape. |
| Margins | Gets or sets report page margins, measured in report units. |
| PageHeight | Gets or sets report page height, measured in report units. You can set this property only if the PaperKind is set to Custom. |
| PageWidth | Gets or sets report page width, measured in report units. You can set this property only if the PaperKind is set to Custom. |
| PaperKind | Gets or sets paper kind for the report. |
| ReportUnit | Specifies units to measure locations, dimensions and margins in the report. |
| RollPaper | Gets or sets whether the document is printed on roll paper (i.e., as a single uninterrupted page). |
Methods
| Name | Description |
|---|---|
| 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. |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also