BackgroundImage Class
Represents a background image in the report definition.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Class BackgroundImage _
Inherits ReportObject _
Implements IShouldSerialize
'Usage
Dim instance As BackgroundImage
public class BackgroundImage : ReportObject,
IShouldSerialize
public ref class BackgroundImage : public ReportObject,
IShouldSerialize
type BackgroundImage =
class
inherit ReportObject
interface IShouldSerialize
end
public class BackgroundImage extends ReportObject implements IShouldSerialize
Inheritance Hierarchy
System.Object
Microsoft.ReportingServices.RdlObjectModel.ReportObjectBase
Microsoft.ReportingServices.RdlObjectModel.ReportObject
Microsoft.ReportingServices.RdlObjectModel.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.