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