ReportPaperSize Class
Represents the paper size of a report page. Read-only.
Inheritance Hierarchy
System.Object
ReportExecution2005.ReportPaperSize
Namespace: ReportExecution2005
Assembly: ReportExecution2005 (in ReportExecution2005.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class ReportPaperSize
'Usage
Dim instance As ReportPaperSize
[SerializableAttribute]
public class ReportPaperSize
[SerializableAttribute]
public ref class ReportPaperSize
[<SerializableAttribute>]
type ReportPaperSize = class end
public class ReportPaperSize
The ReportPaperSize type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ReportPaperSize | Initializes a new instance of the ReportPaperSize class. |
Top
Properties
Name | Description | |
---|---|---|
Height | Represents the height of a report page, in millimeters. Read-only. | |
Width | Represents the height of a report page, in millimeters. Read-only. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Remarks
This is used by the PageSettings class, which is returned as the ReportPageSettings property of the ExecutionInfo class.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.