MapSize-Klasse
Represents the size of a map viewport, map title, map legend, map distance scale, or map color scale.
Vererbungshierarchie
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.MapSize
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public NotInheritable Class MapSize
'Usage
Dim instance As MapSize
public sealed class MapSize
public ref class MapSize sealed
[<SealedAttribute>]
type MapSize = class end
public final class MapSize
Der MapSize-Typ macht folgende Elemente verfügbar.
Eigenschaften
Name | Beschreibung | |
---|---|---|
Height | Gets the height. | |
Instance | Gets the report instance object that contains the calculated values of this report definition object. | |
Unit | Gets the unit of measure to be used for both the height and the width. | |
Width | Gets the width. |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
Equals | (Geerbt von Object.) | |
GetHashCode | (Geerbt von Object.) | |
GetType | (Geerbt von Object.) | |
ToString | (Geerbt von Object.) |
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