IImage 接口

Represents data that is associated with an image.

命名空间:  Microsoft.ReportingServices.OnDemandReportRendering
程序集:  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 类型公开以下成员。

属性

  名称 说明
公共属性 MIMEType Specifies the MIME type of an image.
公共属性 Source Gets the type of the image source.
公共属性 Value Gets the image data.

页首