言語

IImage インターフェイス

定義

画像の共通特性を定義するインターフェースを表します。

public interface class IImage
public interface IImage
type IImage = interface
Public Interface IImage
派生

注釈

IImageを実装するクラス

クラス 説明
<xref:Microsoft.ReportingServices.ReportRendering.BackgroundImage> レポート項目の背景画像を表します。
Image イメージを表します。

プロパティ

名前 説明
ImageData

画像をバイナリデータとして返します。

MIMEType

画像のMIMEタイプ(もしあれば)を返します。

StreamName

画像の名前を得て、レンダリング拡張を経ずに CreateAndRegisterStream オブジェクトに渡してバイトを取得します。

適用対象