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 对象,以便在没有通过呈现扩展插件处理的情况下获取图像数据。

适用于