ReportPageSettings.IsLandscape-Eigenschaft

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

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

Syntax

'Declaration
Public ReadOnly Property IsLandscape As Boolean
    Get
'Usage
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

Eigenschaftswert

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

Siehe auch

Verweis

ReportPageSettings Klasse

Microsoft.Reporting.WebForms-Namespace