MindFusion.Reporting for Silverlight Programmer's Guide
ReportLayout.GetPageOrientation Method
See Also
 





Returns the orientation of the page with the specified 0-based index.

Namespace: MindFusion.Reporting.Silverlight
Assembly: MindFusion.Reporting.Silverlight

 Syntax

C#  Copy Code

public PageOrientation GetPageOrientation (
    int pageIndex
)

Visual Basic  Copy Code

Public Function GetPageOrientation ( _
    pageIndex As Integer _
) As PageOrientation

 Parameters

pageIndex
The 0-based index of the requested page.

 Return Value

A member of the PageOrientation enumeration.

 See Also

ReportLayout Members
ReportLayout Class
MindFusion.Reporting.Silverlight Namespace