Partager via


Classe MapPointLayerInstance

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

Hiérarchie d'héritage

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.BaseInstance
    Microsoft.ReportingServices.OnDemandReportRendering.MapLayerInstance
      Microsoft.ReportingServices.OnDemandReportRendering.MapVectorLayerInstance
        Microsoft.ReportingServices.OnDemandReportRendering.MapPointLayerInstance

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public NotInheritable Class MapPointLayerInstance _
    Inherits MapVectorLayerInstance
'Utilisation
Dim instance As MapPointLayerInstance
public sealed class MapPointLayerInstance : MapVectorLayerInstance
public ref class MapPointLayerInstance sealed : public MapVectorLayerInstance
[<SealedAttribute>]
type MapPointLayerInstance =  
    class 
        inherit MapVectorLayerInstance 
    end
public final class MapPointLayerInstance extends MapVectorLayerInstance

Le type MapPointLayerInstance expose les membres suivants.

Propriétés

  Nom Description
Propriété publique MaximumZoom Gets the calculated value of the MaximumZoom property in a MapLayer class. (hérité de MapLayerInstance.)
Propriété publique MinimumZoom Gets the calculated value of the MinimumZoom property in a MapLayer class. (hérité de MapLayerInstance.)
Propriété publique Transparency Gets the calculated value of the Transparency property in a MapLayer class. (hérité de MapLayerInstance.)
Propriété publique VisibilityMode Gets the calculated value of the VisibilityMode property in a MapLayer class. (hérité de MapLayerInstance.)

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode publique ToString (hérité de Object.)

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.

Voir aussi

Référence

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering