Freigeben über


IImage-Schnittstelle

Represents an interface defining the common properties for an image.

Namespace:  Microsoft.ReportingServices.ReportRendering
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

Der IImage-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft ImageData Returns the image as binary data.
Öffentliche Eigenschaft MIMEType Returns the MIME type of the image, if any.
Öffentliche Eigenschaft 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.

Zum Anfang

Hinweise

Classes that Implement IImage

Class

Description

BackgroundImage

Represents a background image for a report item.

Image

Represents an image.

Siehe auch

Verweis

Microsoft.ReportingServices.ReportRendering-Namespace