言語

IImageInstance.StreamName プロパティ

定義

レンダリング拡張機能がレポートサーバーから画像データを取得できる Stream の名前を取得します。

public:
 property System::String ^ StreamName { System::String ^ get(); };
public string StreamName { get; }
member this.StreamName : string
Public ReadOnly Property StreamName As String

プロパティ値

レンダリング拡張機能がレポートサーバーから画像データを取得できるStreamの名前を表すstring値です。

適用対象