ReportPaperSize-Klasse
Represents the paper size of a report page. Read-only.
Vererbungshierarchie
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
Der ReportPaperSize-Typ macht folgende Elemente verfügbar.
Konstruktoren
Name | Beschreibung | |
---|---|---|
ReportPaperSize | Initializes a new instance of the ReportPaperSize class. |
Zum Anfang
Eigenschaften
Name | Beschreibung | |
---|---|---|
Height | Represents the height of a report page, in millimeters. Read-only. | |
Width | Represents the height of a report page, in millimeters. Read-only. |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
Equals | (Geerbt von Object.) | |
Finalize | (Geerbt von Object.) | |
GetHashCode | (Geerbt von Object.) | |
GetType | (Geerbt von Object.) | |
MemberwiseClone | (Geerbt von Object.) | |
ToString | (Geerbt von Object.) |
Zum Anfang
Hinweise
This is used by the PageSettings class, which is returned as the ReportPageSettings property of the ExecutionInfo class.
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.