Freigeben über


MapShapefileInstance-Klasse

Represents an instance type of the MapShapefile class and contains the calculated values of the properties in MapShapefile.

Vererbungshierarchie

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.BaseInstance
    Microsoft.ReportingServices.OnDemandReportRendering.MapSpatialDataInstance
      Microsoft.ReportingServices.OnDemandReportRendering.MapShapefileInstance

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

Syntax

'Declaration
Public NotInheritable Class MapShapefileInstance _
    Inherits MapSpatialDataInstance
'Usage
Dim instance As MapShapefileInstance
public sealed class MapShapefileInstance : MapSpatialDataInstance
public ref class MapShapefileInstance sealed : public MapSpatialDataInstance
[<SealedAttribute>]
type MapShapefileInstance =  
    class 
        inherit MapSpatialDataInstance 
    end
public final class MapShapefileInstance extends MapSpatialDataInstance

Der MapShapefileInstance-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft DBFStream Gets the calculated value of the DBFStream property in a MapShapefile class.
Öffentliche Eigenschaft Source Gets the calculated value of the Source property in a MapShapefile class.
Öffentliche Eigenschaft Stream Gets the calculated value of the Stream property in a MapShapefile class.

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