Search
ReportOptions.Landscape Property
See Also
 





Gets or sets the orientation of the pages.

Namespace: MindFusion.Scheduling.Reporting
Assembly: MindFusion.Scheduling.Reporting

 Syntax

C#  Copy Code

public bool Landscape { get; set; }

Visual Basic  Copy Code

Public Property Landscape As Boolean

 Property Value

A Boolean value, specifying the orientation of the pages in the report. Set to true to indicate landscape orientation; false to indicate portrait orientation. The default is false.

 See Also