ReportViewer.BackgroundImageLayout Property

 

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

public override ImageLayout BackgroundImageLayout { get; set; }
public:
property ImageLayout BackgroundImageLayout {
    virtual ImageLayout get() override;
    virtual void set(ImageLayout value) override;
}
override BackgroundImageLayout : ImageLayout with get, set
Public Overrides Property BackgroundImageLayout As ImageLayout

Property Value

Type: System.Windows.Forms.ImageLayout

An ImageLayout object containing the layout for the background image of the ReportViewer control.

See Also

ReportViewer Class
Microsoft.Reporting.WinForms Namespace

Return to top