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 | |
---|---|---|
DataSetName | Gets the name of the dataset from which spatial data is extracted. | |
Instance | Gets the report instance object that contains the calculated values of this report definition object. | |
MapFieldNames | Gets a collection of names for the fields to be imported from the dataset. | |
SpatialField | Gets the name for the spatial field that is to be imported from the data source. |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
Equals | (Geerbt von Object.) | |
GetHashCode | (Geerbt von Object.) | |
GetType | (Geerbt von Object.) | |
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