MapCustomView-Klasse
Represents the center of a map viewport based on an arbitrary point.
Vererbungshierarchie
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.MapView
Microsoft.ReportingServices.OnDemandReportRendering.MapCustomView
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public NotInheritable Class MapCustomView _
Inherits MapView
'Usage
Dim instance As MapCustomView
public sealed class MapCustomView : MapView
public ref class MapCustomView sealed : public MapView
[<SealedAttribute>]
type MapCustomView =
class
inherit MapView
end
public final class MapCustomView extends MapView
Der MapCustomView-Typ macht folgende Elemente verfügbar.
Eigenschaften
Name | Beschreibung | |
---|---|---|
CenterX | Gets the x-coordinate of the map viewport center as a percentage of the map content. | |
CenterY | Gets the y-coordinate of the map viewport center as a percentage of the map content. | |
Instance | Gets the report instance object that contains the calculated values of this report definition object. | |
Zoom | Gets the zoom level of a map viewport. (Geerbt von MapView.) |
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