Compartilhar via


Classe MapSpatialDataSet

Represents a dataset-based source for spatial and optional non-spatial data.

Hierarquia de herança

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.MapSpatialData
    Microsoft.ReportingServices.OnDemandReportRendering.MapSpatialDataSet

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

Sintaxe

'Declaração
Public NotInheritable Class MapSpatialDataSet _
    Inherits MapSpatialData
'Uso
Dim instance As MapSpatialDataSet
public sealed class MapSpatialDataSet : MapSpatialData
public ref class MapSpatialDataSet sealed : public MapSpatialData
[<SealedAttribute>]
type MapSpatialDataSet =  
    class 
        inherit MapSpatialData 
    end
public final class MapSpatialDataSet extends MapSpatialData

O tipo MapSpatialDataSet expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública DataSetName Gets the name of the dataset from which spatial data is extracted.
Propriedade pública Instance Gets the report instance object that contains the calculated values of this report definition object.
Propriedade pública MapFieldNames Gets a collection of names for the fields to be imported from the dataset.
Propriedade pública SpatialField Gets the name for the spatial field that is to be imported from the data source.

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