ReportSettings Members
Contains report page settings.Constructors
| Name | Description |
|---|---|
| ReportSettings(Func<Boolean>) | Initializes a new instance of the ReportSettings class with the specified MDI controller’s loading state. |
Properties
| Name | Description |
|---|---|
| DesignerSettings | Provides access to default layout report settings. Inherited from ReportSettingsBase. |
| ExportSettings | Provides access to default report export settings. Inherited from ReportSettingsBase. |
| Font | Specifies the default font for a report. Inherited from ReportSettingsBase. |
| Landscape | Gets or sets whether report page orientation is landscape. Inherited from ReportSettingsBase. |
| Margins | Gets or sets report page margins, measured in report units. Inherited from ReportSettingsBase. |
| PageHeight | Gets or sets report page height, measured in report units. You can set this property only if the PaperKind is set to Custom. Inherited from ReportSettingsBase. |
| PageWidth | Gets or sets report page width, measured in report units. You can set this property only if the PaperKind is set to Custom. Inherited from ReportSettingsBase. |
| PaperKind | Gets or sets paper kind for the report. Inherited from ReportSettingsBase. |
| ReportUnit | Specifies units to measure locations, dimensions and margins in the report. Inherited from ReportSettingsBase. |
| RollPaper | Gets or sets whether the document is printed on roll paper (i.e., as a single uninterrupted page). Inherited from ReportSettingsBase. |
| ScriptSettings | Provides access to script-related report settings. Inherited from ReportSettingsBase. |
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