MapSpatialDataSet Class

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

Inheritance Hierarchy

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

The MapSpatialDataSet type exposes the following members.

Properties

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

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.ReportingServices.OnDemandReportRendering Namespace