Freigeben über


ReportSize-Member

Represents a unit of length on the report.

Der ReportSize-Typ macht die folgenden Member verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode ReportSize(String) Creates a new instance of ReportSize.
Öffentliche Methode ReportSize(String, Boolean) Creates a new instance of ReportSize.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche MethodeStatischer Member FromMillimeters Returns a ReportSize object by specifying a size in millimeters.
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche MethodeStatischer Member SumSizes Returns the sum of two report sizes.
Öffentliche Methode ToCentimeters Returns the report size in centimeters.
Öffentliche Methode ToInches Returns the report size in inches.
Öffentliche Methode ToMillimeters Returns the report size in millimeters.
Öffentliche Methode ToPoints Returns the report size in points.
Öffentliche Methode ToString Returns the report size as a string. (Überschreibt Object. . :: . .ToString() () () ().)
Öffentliche MethodeStatischer Member TryParse(String, ReportSize%) Attempts to parse a string value into a ReportSize.
Öffentliche MethodeStatischer Member TryParse(String, Boolean, ReportSize%) Attempts to parse a string value into a ReportSize.

Zum Anfang