Freigeben über


ReportPageSettings.IsLandscape-Eigenschaft

Gibt an, ob als Ausrichtung des Berichts in der Berichtsdefinitionsdatei das Querformat definiert ist.

Namespace:  Microsoft.Reporting.WinForms
Assembly:  Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)

Syntax

'Declaration
Public ReadOnly Property IsLandscape As Boolean
public bool IsLandscape { get; }
public:
property bool IsLandscape {
    bool get ();
}
member IsLandscape : bool with get
function get IsLandscape () : boolean

Eigenschaftswert

Typ: Boolean
true , wenn die Ausrichtung des Berichts in der Berichtsdefinitionsdatei als Querformat definiert ist, andernfalls false.

Siehe auch

Referenz

ReportPageSettings Klasse

Microsoft.Reporting.WinForms-Namespace