Compartilhar via


Classe MapShapefileInstance

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

Hierarquia de herança

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

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
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

O tipo MapShapefileInstance expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública DBFStream Gets the calculated value of the DBFStream property in a MapShapefile class.
Propriedade pública Source Gets the calculated value of the Source property in a MapShapefile class.
Propriedade pública Stream Gets the calculated value of the Stream property in a MapShapefile class.

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método público ToString (Herdado de Object.)

Início

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência

Namespace Microsoft.ReportingServices.OnDemandReportRendering