获取或设置 ReportViewer 控件的背景图像的布局。
命名空间: Microsoft.Reporting.WinForms
程序集: Microsoft.ReportViewer.WinForms(在 Microsoft.ReportViewer.WinForms.dll 中)
语法
声明
Public Overrides Property BackgroundImageLayout As ImageLayout
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)
属性值
类型:ImageLayout
包含 ReportViewer 控件的背景图像的布局的 ImageLayout 对象。