Skip to main content
A newer version of this page is available. .

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
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.

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