Freigeben über


ReportSize-Klasse

Represents a unit of length on the report.

Vererbungshierarchie

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.ReportSize

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public NotInheritable Class ReportSize
'Usage
Dim instance As ReportSize
public sealed class ReportSize
public ref class ReportSize sealed
[<SealedAttribute>]
type ReportSize =  class end
public final class ReportSize

Der ReportSize-Typ macht folgende Elemente 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.)
Öffentliche MethodeStatisches Element FromMillimeters Returns a ReportSize object by specifying a size in millimeters.
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche MethodeStatisches Element 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 MethodeStatisches Element TryParse(String, ReportSize%) Attempts to parse a string value into a ReportSize.
Öffentliche MethodeStatisches Element TryParse(String, Boolean, ReportSize%) Attempts to parse a string value into a ReportSize.

Zum Anfang

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

Microsoft.ReportingServices.OnDemandReportRendering-Namespace