Share via


BackgroundImageInstance Class

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

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

Syntax

'Declaration
Public NotInheritable Class BackgroundImageInstance _
    Inherits BaseInstance _
    Implements IImageInstance
'Usage
Dim instance As BackgroundImageInstance
public sealed class BackgroundImageInstance : BaseInstance, 
    IImageInstance
public ref class BackgroundImageInstance sealed : public BaseInstance, 
    IImageInstance
[<SealedAttribute>]
type BackgroundImageInstance =  
    class
        inherit BaseInstance
        interface IImageInstance
    end
public final class BackgroundImageInstance extends BaseInstance implements IImageInstance

Inheritance Hierarchy

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.BaseInstance
    Microsoft.ReportingServices.OnDemandReportRendering.BackgroundImageInstance

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.