共用方式為


IImage 介面

Represents an interface defining the common properties for an image.

命名空間:  Microsoft.ReportingServices.ReportRendering
組件:  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 型別公開下列成員。

屬性

  名稱 說明
公用屬性 ImageData Returns the image as binary data.
公用屬性 MIMEType Returns the MIME type of the image, if any.
公用屬性 StreamName Gets a name for the image that can be passed back to a CreateAndRegisterStream object to get the bytes without processing them through the rendering extension.

上層

備註

Classes that Implement IImage

Class

Description

BackgroundImage

Represents a background image for a report item.

Image

Represents an image.

請參閱

參考

Microsoft.ReportingServices.ReportRendering 命名空間