Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates whether the orientation of the report as defined in the report definition file is landscape.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in microsoft.reportviewer.winforms.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.WinForms Namespace