ReportPageSettings.IsLandscape 속성

보고서 정의 파일에 정의된 보고서의 방향이 가로인지 여부를 나타냅니다.

네임스페이스:  Microsoft.Reporting.WinForms
어셈블리:  Microsoft.ReportViewer.WinForms(Microsoft.ReportViewer.WinForms.dll)

구문

‘선언
Public ReadOnly Property IsLandscape As Boolean
    Get
‘사용 방법
Dim instance As ReportPageSettings
Dim value As Boolean

value = instance.IsLandscape
public bool IsLandscape { get; }
public:
property bool IsLandscape {
    bool get ();
}
member IsLandscape : bool
function get IsLandscape () : boolean

속성 값

유형: System.Boolean
보고서 정의 파일에 정의된 보고서의 방향이 가로이면 true이고, 그렇지 않으면 false입니다.

참고 항목

참조

ReportPageSettings 클래스

Microsoft.Reporting.WinForms 네임스페이스