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
Public property MIMEType Specifies the MIME type of an image.
Public property Source Gets the type of the image source.
Public property Value Gets the image data.

Top