Partager via


Propriété ReportPageSettings.IsLandscape

Indique si l'orientation du rapport telle que définie dans le fichier de définition de rapport est Paysage.

Espace de noms :  Microsoft.Reporting.WinForms
Assembly :  Microsoft.ReportViewer.WinForms (en Microsoft.ReportViewer.WinForms.dll)

Syntaxe

'Déclaration
Public ReadOnly Property IsLandscape As Boolean
    Get
'Utilisation
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

Valeur de propriété

Type : System.Boolean
true si l'orientation du rapport telle que définie dans le fichier de définition de rapport est Paysage ; sinon, false.

Voir aussi

Référence

ReportPageSettings Classe

Espace de noms Microsoft.Reporting.WinForms