Proprietà ReportPageSettings.IsLandscape
Indica se l'orientamento del rapporto definito nel file di definizione del rapporto è orizzontale.
Spazio dei nomi Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in Microsoft.ReportViewer.WebForms.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property IsLandscape As Boolean
Get
'Utilizzo
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
Valore proprietà
Tipo: System.Boolean
true se l'orientamento del rapporto definito nel file di definizione del rapporto è orizzontale. In caso contrario false.