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 네임스페이스