IImageInstance 接口

Represents an instance type of the IImage class, and contains the calculated values of the properties in IImage.

命名空间:  Microsoft.ReportingServices.OnDemandReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Public Interface IImageInstance
用法
Dim instance As IImageInstance
public interface IImageInstance
public interface class IImageInstance
type IImageInstance =  interface end
public interface IImageInstance

IImageInstance 类型公开以下成员。

属性

  名称 说明
公共属性 ImageData Gets the image data.
公共属性 MIMEType Gets the calculated value of the MIMEType property in a IImage class.
公共属性 StreamName Gets the name of the Stream by which a rendering extension can retrieve the image data from the report server.

页首