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 | |
---|---|---|
ReportSize(String) | Creates a new instance of ReportSize. | |
ReportSize(String, Boolean) | Creates a new instance of ReportSize. |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
Equals | (Geerbt von Object.) | |
FromMillimeters | Returns a ReportSize object by specifying a size in millimeters. | |
GetHashCode | (Geerbt von Object.) | |
GetType | (Geerbt von Object.) | |
SumSizes | Returns the sum of two report sizes. | |
ToCentimeters | Returns the report size in centimeters. | |
ToInches | Returns the report size in inches. | |
ToMillimeters | Returns the report size in millimeters. | |
ToPoints | Returns the report size in points. | |
ToString | Returns the report size as a string. (Überschreibt Object.ToString().) | |
TryParse(String, ReportSize%) | Attempts to parse a string value into a ReportSize. | |
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