共用方式為


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.

上層