ReportPageSettings.IsLandscape, propriété
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 (dans Microsoft.ReportViewer.WinForms.dll)
Syntaxe
'Déclaration
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
Valeur de propriété
Type : Boolean
true si l'orientation du rapport telle que définie dans le fichier de définition de rapport est Paysage ; sinon, false.