Freigeben über


IImageInstance-Schnittstelle

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

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public Interface IImageInstance
'Usage
Dim instance As IImageInstance
public interface IImageInstance
public interface class IImageInstance
type IImageInstance =  interface end
public interface IImageInstance

Der IImageInstance-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft ImageData Gets the image data.
Öffentliche Eigenschaft MIMEType Gets the calculated value of the MIMEType property in a IImage class.
Öffentliche Eigenschaft StreamName Gets the name of the Stream by which a rendering extension can retrieve the image data from the report server.

Zum Anfang

Siehe auch

Verweis

Microsoft.ReportingServices.OnDemandReportRendering-Namespace