Condividi tramite


Classe MapMarkerTemplateInstance

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

Gerarchia di ereditarietà

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.BaseInstance
    Microsoft.ReportingServices.OnDemandReportRendering.MapSpatialElementTemplateInstance
      Microsoft.ReportingServices.OnDemandReportRendering.MapPointTemplateInstance
        Microsoft.ReportingServices.OnDemandReportRendering.MapMarkerTemplateInstance

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public NotInheritable Class MapMarkerTemplateInstance _
    Inherits MapPointTemplateInstance
'Utilizzo
Dim instance As MapMarkerTemplateInstance
public sealed class MapMarkerTemplateInstance : MapPointTemplateInstance
public ref class MapMarkerTemplateInstance sealed : public MapPointTemplateInstance
[<SealedAttribute>]
type MapMarkerTemplateInstance =  
    class 
        inherit MapPointTemplateInstance 
    end
public final class MapMarkerTemplateInstance extends MapPointTemplateInstance

Nel tipo MapMarkerTemplateInstance sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica DataElementLabel Gets the calculated value of the DataElementLabel property in a MapSpatialElementTemplate class. Ereditato da MapSpatialElementTemplateInstance.
Proprietà pubblica Hidden Gets the calculated value of the Hidden property in a MapSpatialElementTemplate class. Ereditato da MapSpatialElementTemplateInstance.
Proprietà pubblica Label Gets the calculated value of the Label property in a MapSpatialElementTemplate class. Ereditato da MapSpatialElementTemplateInstance.
Proprietà pubblica LabelPlacement Gets the calculated value of the LabelPlacement property in a MapPointTemplate class. Ereditato da MapPointTemplateInstance.
Proprietà pubblica OffsetX Gets the calculated value of the OffsetX property in a MapSpatialElementTemplate class. Ereditato da MapSpatialElementTemplateInstance.
Proprietà pubblica OffsetY Gets the calculated value of the OffsetY property in a MapSpatialElementTemplate class. Ereditato da MapSpatialElementTemplateInstance.
Proprietà pubblica Size Gets the calculated value of the Size property in a MapPointTemplate class. Ereditato da MapPointTemplateInstance.
Proprietà pubblica Style Gets the calculated value of the Style property in a MapSpatialElementTemplate class. Ereditato da MapSpatialElementTemplateInstance.
Proprietà pubblica ToolTip Gets the calculated value of the ToolTip property in a MapSpatialElementTemplate class. Ereditato da MapSpatialElementTemplateInstance.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering