MapShapefileInstance.Stream 属性

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

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

语法

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

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

属性值

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