MapLayerInstance Class

Definition

Represents an instance type of the MapLayer class and contains the calculated values of the properties in MapLayer.

public ref class MapLayerInstance abstract : Microsoft::ReportingServices::OnDemandReportRendering::BaseInstance
public abstract class MapLayerInstance : Microsoft.ReportingServices.OnDemandReportRendering.BaseInstance
type MapLayerInstance = class
    inherit BaseInstance
Public MustInherit Class MapLayerInstance
Inherits BaseInstance
Inheritance
MapLayerInstance
Derived

Properties

MaximumZoom

Gets the calculated value of the MaximumZoom property in a MapLayer class.

MinimumZoom

Gets the calculated value of the MinimumZoom property in a MapLayer class.

Transparency

Gets the calculated value of the Transparency property in a MapLayer class.

VisibilityMode

Gets the calculated value of the VisibilityMode property in a MapLayer class.

Methods

ResetInstanceCache()

Resets the instance properties to initial values.

Applies to