IImage Interface
Updated: February 25, 2016
Represents an interface defining the common properties for an image.
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
| 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. |
Class | Description |
|---|---|
T:Microsoft.ReportingServices.ReportRendering.BackgroundImage | Represents a background image for a report item. |
Represents an image. |
Show:
