IDynamicImageInstance Interface

Represents a dynamic image instance.

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

Syntax

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

The IDynamicImageInstance type exposes the following members.

Methods

  Name Description
Public method GetImage Gets the image stream of the dynamic image instance.
Public method SetDpi Sets the image DPI.

Top