MindFusion WinForms Programmer's Guide
ReportLayout.GetPageOrientation Method
See Also
 





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

Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting

 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 page. If the index is less than 0 or greater or equal to the number of available pages, an IndexOutOfRangeException is thrown.

 Return Value

A member of the PageOrientation enumeration specifying the actual orientation of the page with the specified index.

 See Also

ReportLayout Members
ReportLayout Class
MindFusion.Reporting Namespace