BackgroundImage Class

Represents a background image in the report definition.

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

Syntax

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

Remarks

To get the calculated values for each definition property, use the Instance property.

Inheritance Hierarchy

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.ReportProperty
    Microsoft.ReportingServices.OnDemandReportRendering.BackgroundImage

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.