次の方法で共有


MapShapefileInstance.Stream プロパティ

MapShapefile クラスの Stream プロパティの計算値を取得します。

名前空間:  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
Stream プロパティの計算値を表す Stream オブジェクト。

関連項目

参照

MapShapefileInstance クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間