Initializes the ReportState class.

Namespace:  PerpetuumSoft.ReportingServices.Viewer.Client
Assembly:  PerpetuumSoft.ReportingServices.Viewer.Client (in PerpetuumSoft.ReportingServices.Viewer.Client.dll) Version: 1.0.0.0

Syntax

C#
public ReportState(
	ViewModel viewModel,
	ReportExecutionInfo reportExecutionInfo
)
Visual Basic (Declaration)
Public Sub New ( _
	viewModel As ViewModel, _
	reportExecutionInfo As ReportExecutionInfo _
)
Visual C++
public:
ReportState(
	ViewModel^ viewModel, 
	ReportExecutionInfo^ reportExecutionInfo
)

See Also