Właściwość ReportPageSettings.IsLandscape —
Indicates whether the orientation of the report as defined in the report definition file is landscape.
Przestrzeń nazw: Microsoft.Reporting.WebForms
Zestaw: Microsoft.ReportViewer.WebForms (w Microsoft.ReportViewer.WebForms.dll)
Składnia
'Deklaracja
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
Wartość właściwości
Typ: Boolean
true if the orientation of the report as defined in the report definition file is landscape; otherwise, false.