DynamicImageInstance Class

Represents a dynamic instance of a Image object.

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

Syntax

'Declaration
Public MustInherit Class DynamicImageInstance _
    Inherits DataRegionInstance
'Usage
Dim instance As DynamicImageInstance
public abstract class DynamicImageInstance : DataRegionInstance
public ref class DynamicImageInstance abstract : public DataRegionInstance
[<AbstractClassAttribute>]
type DynamicImageInstance =  
    class
        inherit DataRegionInstance
    end
public abstract class DynamicImageInstance extends DataRegionInstance

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.