IImage Interface
Represents an interface defining the common properties for an image.
Namespace: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
The IImage type exposes the following members.
| Name | Description | |
|---|---|---|
|
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. |

