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
public bool IsLandscape { get; }
public:
property bool IsLandscape {
bool get();
}
member IsLandscape : bool with get
Public ReadOnly Property IsLandscape As Boolean
Property Value
Type: System.Boolean
true if the orientation of the report as defined in the report definition file is landscape; otherwise, false.
See Also
ReportPageSettings Class
Microsoft.Reporting.WinForms Namespace
Return to top