言語

Image.StreamName プロパティ

定義

画像の名前を指定し、レンダリング拡張を経ずに CreateAndRegisterStream に返してバイトを取得することができます。

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

プロパティ値

画像名を含む string

実装

注釈

実装

Microsoft.ReportingServices.ReportRendering.IImage.StreamName

適用対象