MapPolygonLayerInstance-Klasse
Represents an instance type of the MapPolygonLayer class and contains the calculated values of the properties in MapPolygonLayer.
Vererbungshierarchie
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.BaseInstance
Microsoft.ReportingServices.OnDemandReportRendering.MapLayerInstance
Microsoft.ReportingServices.OnDemandReportRendering.MapVectorLayerInstance
Microsoft.ReportingServices.OnDemandReportRendering.MapPolygonLayerInstance
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public NotInheritable Class MapPolygonLayerInstance _
Inherits MapVectorLayerInstance
'Usage
Dim instance As MapPolygonLayerInstance
public sealed class MapPolygonLayerInstance : MapVectorLayerInstance
public ref class MapPolygonLayerInstance sealed : public MapVectorLayerInstance
[<SealedAttribute>]
type MapPolygonLayerInstance =
class
inherit MapVectorLayerInstance
end
public final class MapPolygonLayerInstance extends MapVectorLayerInstance
Der MapPolygonLayerInstance-Typ macht folgende Elemente verfügbar.
Eigenschaften
Name | Beschreibung | |
---|---|---|
MaximumZoom | Gets the calculated value of the MaximumZoom property in a MapLayer class. (Geerbt von MapLayerInstance.) | |
MinimumZoom | Gets the calculated value of the MinimumZoom property in a MapLayer class. (Geerbt von MapLayerInstance.) | |
Transparency | Gets the calculated value of the Transparency property in a MapLayer class. (Geerbt von MapLayerInstance.) | |
VisibilityMode | Gets the calculated value of the VisibilityMode property in a MapLayer class. (Geerbt von MapLayerInstance.) |
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