次の方法で共有


IImage インターフェイス

定義

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

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

注釈

画像を実装するクラス

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

プロパティ

ImageData

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

MIMEType

画像の MIME の種類があれば返します。

StreamName

画像の名前を取得します。これを CreateAndRegisterStream オブジェクトに渡すことにより、表示拡張機能で処理せずにバイトを取得することができます。

適用対象