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





Returns the size of the page with the specified 0-based index. The returned value indicates the paper size of the page, including padding, margin and content.

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

 Syntax

C#  Copy Code

public Size GetPageSize (
    int pageIndex
)

Visual Basic  Copy Code

Public Function GetPageSize( _
    pageIndex As Integer _
) As Size

 Parameters

pageIndex
The 0-based index of the requested page.

 Return Value

A Silverlight Size object.

 See Also

ReportLayout Members
ReportLayout Class
MindFusion.Reporting.Silverlight Namespace