IImage Interface

 

Updated: February 25, 2016

Represents an interface defining the common properties for an image.

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

public interface class IImage

NameDescription
System_CAPS_pubpropertyImageData

Returns the image as binary data.

System_CAPS_pubpropertyMIMEType

Returns the MIME type of the image, if any.

System_CAPS_pubpropertyStreamName

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.

Class

Description

T:Microsoft.ReportingServices.ReportRendering.BackgroundImage

Represents a background image for a report item.

Image

Represents an image.

Return to top
Show: