Partager via


Interface IImage

Represents an interface defining the common properties for an image.

Espace de noms :  Microsoft.ReportingServices.ReportRendering
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 ImageData Returns the image as binary data.
Propriété publique MIMEType Returns the MIME type of the image, if any.
Propriété publique 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.

Haut de la page

Notes

Classes that Implement IImage

Class

Description

BackgroundImage

Represents a background image for a report item.

Image

Represents an image.