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 | |
---|---|---|
DBFStream | Gets the calculated value of the DBFStream() property in a MapShapefile class. | |
Source | Gets the calculated value of the Source property in a MapShapefile class. | |
Stream | Gets the calculated value of the Stream() property in a MapShapefile class. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ResetInstanceCache | Infrastructure. (Inherited from MapSpatialDataInstance.) | |
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.