共用方式為


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.

請參閱

參考

MapShapefileInstance 類別

Microsoft.ReportingServices.OnDemandReportRendering 命名空間