次の方法で共有


ReportViewer.BackgroundImageLayout プロパティ

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 オブジェクト。

参照

関連項目

ReportViewer クラス

Microsoft.Reporting.WinForms 名前空間