次の方法で共有


IImage.StreamName プロパティ

画像の名前を取得します。これを CreateAndRegisterStream オブジェクトに渡すことにより、表示拡張機能で処理せずにバイトを取得することができます。

名前空間:  Microsoft.ReportingServices.ReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
ReadOnly Property StreamName As String 
    Get
'使用
Dim instance As IImage 
Dim value As String 

value = instance.StreamName
string StreamName { get; }
property String^ StreamName {
    String^ get ();
}
abstract StreamName : string
function get StreamName () : String

プロパティ値

型: System.String
画像の名前を表す string です。

関連項目

参照

IImage インターフェイス

Microsoft.ReportingServices.ReportRendering 名前空間