IImage インターフェイス

画像の共通プロパティを定義するインターフェイスを表します。

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

構文

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

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

プロパティ

  名前 説明
パブリック プロパティ ImageData 画像をバイナリ データとして返します。
パブリック プロパティ MIMEType 画像の MIME の種類があれば返します。
パブリック プロパティ StreamName 画像の名前を取得します。これを CreateAndRegisterStream オブジェクトに渡すことにより、表示拡張機能で処理せずにバイトを取得することができます。

先頭に戻る

説明

画像を実装するクラス

クラス

説明

BackgroundImage

レポート アイテムの背景画像を表します。

Image

画像を表します。