Compartir a través de


Clase MapShapefileInstance

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

Jerarquía de herencia

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.BaseInstance
    Microsoft.ReportingServices.OnDemandReportRendering.MapSpatialDataInstance
      Microsoft.ReportingServices.OnDemandReportRendering.MapShapefileInstance

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

Sintaxis

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

El tipo MapShapefileInstance expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública DBFStream Gets the calculated value of the DBFStream property in a MapShapefile class.
Propiedad pública Source Gets the calculated value of the Source property in a MapShapefile class.
Propiedad pública Stream Gets the calculated value of the Stream property in a MapShapefile class.

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