Gets or sets the orientation of the pages.
Namespace: MindFusion.Scheduling.Reporting
Assembly: MindFusion.Scheduling.Reporting
C# Copy Code |
---|
public bool Landscape { get; set; } |
Visual Basic Copy Code |
---|
Public Property Landscape As Boolean |
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.