Initializes a new instance of the ReportRegion class.

Namespace:  PerpetuumSoft.Reporting.Silverlight.Client
Assembly:  PerpetuumSoft.Reporting.Silverlight.Client (in PerpetuumSoft.Reporting.Silverlight.Client.dll) Version: 1.0.1.0 (1.0.1.0)

Syntax

C#
public ReportRegion(
	int pageNumber,
	Rect rectangle
)
Visual Basic (Declaration)
Public Sub New ( _
	pageNumber As Integer, _
	rectangle As Rect _
)
Visual C++
public:
ReportRegion(
	int pageNumber, 
	Rect rectangle
)

Parameters

pageNumber
Type: System..::.Int32
rectangle
Type: System.Windows..::.Rect

See Also