Freigeben über


MapSpatialDataSet-Klasse

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

Vererbungshierarchie

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

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

Syntax

'Declaration
Public NotInheritable Class MapSpatialDataSet _
    Inherits MapSpatialData
'Usage
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

Der MapSpatialDataSet-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft DataSetName Gets the name of the dataset from which spatial data is extracted.
Öffentliche Eigenschaft Instance Gets the report instance object that contains the calculated values of this report definition object.
Öffentliche Eigenschaft MapFieldNames Gets a collection of names for the fields to be imported from the dataset.
Öffentliche Eigenschaft SpatialField Gets the name for the spatial field that is to be imported from the data source.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.ReportingServices.OnDemandReportRendering-Namespace