次の方法で共有


IImageInstance インターフェイス

IImage クラスのインスタンスの型を表し、IImage のプロパティの計算値を含んでいます。

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

構文

'宣言
Public Interface IImageInstance
'使用
Dim instance As IImageInstance
public interface IImageInstance
public interface class IImageInstance
type IImageInstance =  interface end
public interface IImageInstance

IImageInstance 型は、以下のメンバーを公開しています。

プロパティ

  名前 説明
パブリック プロパティ ImageData 画像データを取得します。
パブリック プロパティ MIMEType IImage クラスの MIMEType プロパティの計算値を取得します。
パブリック プロパティ StreamName Stream の名前を取得します。表示拡張機能はこれを使用してレポート サーバーから画像データを取得できます。

先頭に戻る