MapShapefile-Klasse
Represents a file-based source for spatial data and optional non-spatial data.
Vererbungshierarchie
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.MapSpatialData
Microsoft.ReportingServices.OnDemandReportRendering.MapShapefile
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public NotInheritable Class MapShapefile _
Inherits MapSpatialData
'Usage
Dim instance As MapShapefile
public sealed class MapShapefile : MapSpatialData
public ref class MapShapefile sealed : public MapSpatialData
[<SealedAttribute>]
type MapShapefile =
class
inherit MapSpatialData
end
public final class MapShapefile extends MapSpatialData
Der MapShapefile-Typ macht folgende Elemente verfügbar.
Eigenschaften
Name | Beschreibung | |
---|---|---|
Instance | Gets the report instance object that contains the calculated values of this report definition object. | |
MapFieldNames | Gets a collection of non-spatial data fields to be imported from the shape file. | |
Source | Gets the location of a shape file to be imported. |
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