Creates the PerpetuumSoft.Reporting.WebViewer.Client.View.PageView class instance.

Namespace: PerpetuumSoft.Reporting.WebViewer.Client.View
Assembly: PerpetuumSoft.Reporting.WebViewer.Client (in PerpetuumSoft.Reporting.WebViewer.Client.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public PageView(
	ErrorProvider errorProvider
)
Visual Basic
Public Sub New ( _
	errorProvider As ErrorProvider _
)
Visual C++
public:
PageView(
	ErrorProvider^ errorProvider
)

Parameters

errorProvider
Type: PerpetuumSoft.Reporting.WebViewer.Client..::..ErrorProvider
The ErrorProvider class object which provides access to an error occurred in the component work.

See Also