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. |
Represents an image. |