MapShapefileInstance.DBFStream 属性

Gets the calculated value of the DBFStream() property in a MapShapefile class.

命名空间:  Microsoft.ReportingServices.OnDemandReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Public ReadOnly Property DBFStream As Stream
    Get
用法
Dim instance As MapShapefileInstance
Dim value As Stream

value = instance.DBFStream
public Stream DBFStream { get; }
public:
property Stream^ DBFStream {
    Stream^ get ();
}
member DBFStream : Stream
function get DBFStream () : Stream

属性值

类型:System.IO.Stream
A Stream object that represents the calculated value of the DBFStream() property.