ReportPageSettings.IsLandscape Property
Indicates whether the orientation of the report as defined in the report definition file is landscape.
Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)
Syntax
'Declaration
Public ReadOnly Property IsLandscape As Boolean
'Usage
Dim instance As ReportPageSettings
Dim value As Boolean
value = instance.IsLandscape
public bool IsLandscape { get; }
public:
property bool IsLandscape {
bool get ();
}
/** @property */
public boolean get_IsLandscape ()
public function get IsLandscape () : boolean
Property Value
true if the orientation of the report as defined in the report definition file is landscape; otherwise, false.
See Also
Reference
ReportPageSettings Class
ReportPageSettings Members
Microsoft.Reporting.WebForms Namespace