Condividi tramite


Proprietà ReportPageSettings.IsLandscape

Indica se l'orientamento del rapporto definito nel file di definizione del rapporto è orizzontale.

Spazio dei nomi:  Microsoft.Reporting.WinForms
Assembly:  Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)

Sintassi

'Dichiarazione
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

Valore proprietà

Tipo: Boolean
true se l'orientamento del rapporto definito nel file di definizione del rapporto è orizzontale. In caso contrario false.

Vedere anche

Riferimenti

ReportPageSettings Classe

Spazio dei nomi Microsoft.Reporting.WinForms