Initializes a new instance of the ReportRegion struct.

Namespace:  PerpetuumSoft.ReportingServices.Viewer.Client
Assembly:  PerpetuumSoft.ReportingServices.Viewer.Client (in PerpetuumSoft.ReportingServices.Viewer.Client.dll) Version: 1.0.0.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
The page number.
rectangle
Type: System.Windows..::.Rect
The rectangle. The instance of Rect structure.

See Also