Compartir a través de


Clase MapPolygonTemplateInstance

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

Jerarquía de herencia

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.BaseInstance
    Microsoft.ReportingServices.OnDemandReportRendering.MapSpatialElementTemplateInstance
      Microsoft.ReportingServices.OnDemandReportRendering.MapPolygonTemplateInstance

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

Sintaxis

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

El tipo MapPolygonTemplateInstance expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública CenterPointOffsetX Gets the calculated value of the CenterPointOffsetX property in a MapPolygonTemplate class.
Propiedad pública CenterPointOffsetY Gets the calculated value of the CenterPointOffsetY property in a MapPolygonTemplate class.
Propiedad pública DataElementLabel Gets the calculated value of the DataElementLabel property in a MapSpatialElementTemplate class. (Se hereda de MapSpatialElementTemplateInstance.)
Propiedad pública Hidden Gets the calculated value of the Hidden property in a MapSpatialElementTemplate class. (Se hereda de MapSpatialElementTemplateInstance.)
Propiedad pública Label Gets the calculated value of the Label property in a MapSpatialElementTemplate class. (Se hereda de MapSpatialElementTemplateInstance.)
Propiedad pública LabelPlacement Gets the calculated value of the LabelPlacement property in a MapPolygonTemplate class.
Propiedad pública OffsetX Gets the calculated value of the OffsetX property in a MapSpatialElementTemplate class. (Se hereda de MapSpatialElementTemplateInstance.)
Propiedad pública OffsetY Gets the calculated value of the OffsetY property in a MapSpatialElementTemplate class. (Se hereda de MapSpatialElementTemplateInstance.)
Propiedad pública ScaleFactor Gets the calculated value of the ScaleFactor property in a MapPolygonTemplate class.
Propiedad pública ShowLabel Gets the calculated value of the ShowLabel property in a MapPolygonTemplate class.
Propiedad pública Style Gets the calculated value of the Style property in a MapSpatialElementTemplate class. (Se hereda de MapSpatialElementTemplateInstance.)
Propiedad pública ToolTip Gets the calculated value of the ToolTip property in a MapSpatialElementTemplate class. (Se hereda de MapSpatialElementTemplateInstance.)

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