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 layout for the background image of the ReportViewer control.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in microsoft.reportviewer.winforms.dll)
Syntax
'Declaration
Public Overrides Property BackgroundImageLayout As ImageLayout
'Usage
Dim instance As ReportViewer
Dim value As ImageLayout
value = instance.BackgroundImageLayout
instance.BackgroundImageLayout = value
public override ImageLayout BackgroundImageLayout { get; set; }
public:
virtual property ImageLayout BackgroundImageLayout {
ImageLayout get () override;
void set (ImageLayout value) override;
}
/** @property */
public ImageLayout get_BackgroundImageLayout ()
/** @property */
public void set_BackgroundImageLayout (ImageLayout value)
public override function get BackgroundImageLayout () : ImageLayout
public override function set BackgroundImageLayout (value : ImageLayout)
Property Value
An ImageLayout object containing the layout for the background image of the ReportViewer control.
See Also
Reference
ReportViewer Class
ReportViewer Members
Microsoft.Reporting.WinForms Namespace