IImage Interface
Represents data that is associated with an image.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public Interface IImage
'Usage
Dim instance As IImage
public interface IImage
public interface class IImage
type IImage = interface end
public interface IImage
The IImage type exposes the following members.
Properties
Name | Description | |
---|---|---|
MIMEType | Specifies the MIME type of an image. | |
Source | Gets the type of the image source. | |
Value | Gets the image data. |
Top
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace