MapPolygonLayerInstance Class
Represents an instance type of the MapPolygonLayer class and contains the calculated values of the properties in MapPolygonLayer.
Inheritance Hierarchy
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
The MapPolygonLayerInstance type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
MaximumZoom | Gets the calculated value of the MaximumZoom property in a MapLayer class. (Inherited from MapLayerInstance.) |
![]() |
MinimumZoom | Gets the calculated value of the MinimumZoom property in a MapLayer class. (Inherited from MapLayerInstance.) |
![]() |
Transparency | Gets the calculated value of the Transparency property in a MapLayer class. (Inherited from MapLayerInstance.) |
![]() |
VisibilityMode | Gets the calculated value of the VisibilityMode property in a MapLayer class. (Inherited from MapLayerInstance.) |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace