次の方法で共有


Image.StreamName プロパティ

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

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

構文

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

value = instance.StreamName
public string StreamName { get; }
public:
virtual property String^ StreamName {
    String^ get () sealed;
}
abstract StreamName : string 
override StreamName : string
final function get StreamName () : String

プロパティ値

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

実装

IImage.StreamName

説明

実装

IImage.StreamName

関連項目

参照

Image クラス

Microsoft.ReportingServices.ReportRendering 名前空間