MapShapefileInstance Class

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

Inheritance Hierarchy

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

The MapShapefileInstance type exposes the following members.

Properties

  Name Description
Public property DBFStream Gets the calculated value of the DBFStream() property in a MapShapefile class.
Public property Source Gets the calculated value of the Source property in a MapShapefile class.
Public property Stream Gets the calculated value of the Stream() property in a MapShapefile class.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Protected method ResetInstanceCache Infrastructure. (Inherited from MapSpatialDataInstance.)
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.