共用方式為


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.

請參閱

參考

MapShapefileInstance 類別

Microsoft.ReportingServices.OnDemandReportRendering 命名空間