ReportViewer.BackgroundImageLayout 属性

获取或设置 ReportViewer 控件的背景图像的布局。

命名空间:  Microsoft.Reporting.WinForms
程序集:  Microsoft.ReportViewer.WinForms(在 Microsoft.ReportViewer.WinForms.dll 中)

语法

声明
Public Overrides Property BackgroundImageLayout As ImageLayout
    Get
    Set
用法
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;
}
abstract BackgroundImageLayout : ImageLayout with get, set
override BackgroundImageLayout : ImageLayout with get, set
override function get BackgroundImageLayout () : ImageLayout
override function set BackgroundImageLayout (value : ImageLayout)

属性值

类型:System.Windows.Forms.ImageLayout
包含 ReportViewer 控件的背景图像的布局的 ImageLayout 对象。

请参阅

参考

ReportViewer 类

Microsoft.Reporting.WinForms 命名空间