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
'Declaration
Public Overridable Property BackgroundImage As Image
'Usage
Dim instance As ReportViewer
Dim value As Image
value = instance.BackgroundImage
instance.BackgroundImage = value
public virtual Image BackgroundImage { get; set; }
public:
virtual property Image^ BackgroundImage {
Image^ get ();
void set (Image^ value);
}
/** @property */
public Image get_BackgroundImage ()
/** @property */
public void set_BackgroundImage (Image value)
public function get BackgroundImage () : Image
public function set BackgroundImage (value : Image)
Property Value
An Image object containing the background image for the control.
See Also
Reference
ReportViewer Class
ReportViewer Members
Microsoft.Reporting.WinForms Namespace