Partilhar via


Propriedade ReportPageSettings.IsLandscape

Indicates whether the orientation of the report as defined in the report definition file is landscape.

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

Sintaxe

'Declaração
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

Valor de propriedade

Tipo: Boolean
true if the orientation of the report as defined in the report definition file is landscape; otherwise, false.

Consulte também

Referência

ReportPageSettings Classe

Namespace Microsoft.Reporting.WebForms