Freigeben über


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
Public Class ReportPaperSize
'Usage
Dim instance As ReportPaperSize
public class ReportPaperSize
public ref class ReportPaperSize
type ReportPaperSize =  class end
public class ReportPaperSize

Der ReportPaperSize-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode ReportPaperSize Initializes a new instance of the ReportPaperSize class.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Height Represents the height of a report page, in millimeters. Read-only.
Öffentliche Eigenschaft Width Represents the height of a report page, in millimeters. Read-only.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode 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.

Siehe auch

Verweis

ReportExecution2005-Namespace