Partager via


Interface IImageInstance

Represents an instance type of the IImage class, and contains the calculated values of the properties in IImage.

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

Syntaxe

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

Le type IImageInstance expose les membres suivants.

Propriétés

  Nom Description
Propriété publique ImageData Gets the image data.
Propriété publique MIMEType Gets the calculated value of the MIMEType property in a IImage class.
Propriété publique StreamName Gets the name of the Stream by which a rendering extension can retrieve the image data from the report server.

Haut de la page