Partager via


Interface IImage

Represents data that is associated with an image.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public Interface IImage
'Utilisation
Dim instance As IImage
public interface IImage
public interface class IImage
type IImage =  interface end
public interface IImage

Le type IImage expose les membres suivants.

Propriétés

  Nom Description
Propriété publique MIMEType Specifies the MIME type of an image.
Propriété publique Source Gets the type of the image source.
Propriété publique Value Gets the image data.

Haut de la page