Creates the PerpetuumSoft.Reporting.WebViewer.Client.DocumentManager class instance.

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

Syntax

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

Parameters

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

See Also