Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the background image of the ReportViewer control.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)
Syntax
public override Image BackgroundImage { get; set; }
public:
property Image^ BackgroundImage {
virtual Image^ get() override;
virtual void set(Image^ value) override;
}
override BackgroundImage : Image with get, set
Public Overrides Property BackgroundImage As Image
Property Value
Type: System.Drawing.Image
An Image object containing the background image for the control.
See Also
ReportViewer Class
Microsoft.Reporting.WinForms Namespace
Return to top