Initializes the ReportState class.
    Namespace: 
   PerpetuumSoft.ReportingServices.Viewer.ClientAssembly: 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 )  | 
Parameters
- viewModel
 - Type: PerpetuumSoft.ReportingServices.Viewer.Client..::.ViewModel
A ViewModel class. 
- reportExecutionInfo
 - Type: PerpetuumSoft.ReportingServices.Viewer.Client.ReportService..::.ReportExecutionInfo
A ReportExecutionInfo class.