IImage Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents an interface defining the common properties for an image.
public interface class IImage
public interface IImage
type IImage = interface
Public Interface IImage
- Derived
Remarks
Classes that Implement IImage
Class | Description |
---|---|
<xref:Microsoft.ReportingServices.ReportRendering.BackgroundImage> | Represents a background image for a report item. |
Image | Represents an image. |
Properties
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. |