Compartir a través de


Clase MapMarkerRuleInstance

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

Jerarquía de herencia

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.BaseInstance
    Microsoft.ReportingServices.OnDemandReportRendering.MapAppearanceRuleInstance
      Microsoft.ReportingServices.OnDemandReportRendering.MapMarkerRuleInstance

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public NotInheritable Class MapMarkerRuleInstance _
    Inherits MapAppearanceRuleInstance
'Uso
Dim instance As MapMarkerRuleInstance
public sealed class MapMarkerRuleInstance : MapAppearanceRuleInstance
public ref class MapMarkerRuleInstance sealed : public MapAppearanceRuleInstance
[<SealedAttribute>]
type MapMarkerRuleInstance =  
    class 
        inherit MapAppearanceRuleInstance 
    end
public final class MapMarkerRuleInstance extends MapAppearanceRuleInstance

El tipo MapMarkerRuleInstance expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública BucketCount Gets the calculated value of the Placement property in a MapAppearanceRule class. (Se hereda de MapAppearanceRuleInstance.)
Propiedad pública DataValue Gets the calculated value of the DataValue property in a MapAppearanceRule class. (Se hereda de MapAppearanceRuleInstance.)
Propiedad pública DistributionType Gets the calculated value of the DistributionType property in a MapAppearanceRule class. (Se hereda de MapAppearanceRuleInstance.)
Propiedad pública EndValue Gets the calculated value of the EndValue property in a MapAppearanceRule class. (Se hereda de MapAppearanceRuleInstance.)
Propiedad pública LegendText Gets the calculated value of the LegendText property in a MapAppearanceRule class. (Se hereda de MapAppearanceRuleInstance.)
Propiedad pública StartValue Gets the calculated value of the StartValue property in a MapAppearanceRule class. (Se hereda de MapAppearanceRuleInstance.)

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método público ToString (Se hereda de Object.)

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering