Gets or sets the orientation of the page.
Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting
C# Copy Code |
---|
public PageOrientation PageOrientation { get; set; } |
Visual Basic Copy Code |
---|
Public Property PageOrientation As PageOrientation |
A member of the PageOrientation enumeration specifying the orientation of the page. The default is Unspecified.
When PageOrientation is set to Unspecified, the actual page orientation is determined by the value of the defaultPageOrientation argument passed to the Layout method of the Report class during report layouting.