Gets or sets ViewModel which is the report view model.
            
    Namespace: 
   PerpetuumSoft.ReportingServices.Viewer.ClientAssembly: PerpetuumSoft.ReportingServices.Viewer.Client (in PerpetuumSoft.ReportingServices.Viewer.Client.dll) Version: 1.0.0.0
Syntax
| C# | 
|---|
public ViewModel ViewModel { get; set; }  | 
| Visual Basic (Declaration) | 
|---|
Public Property ViewModel As ViewModel  | 
| Visual C++ | 
|---|
public: property ViewModel^ ViewModel { ViewModel^ get (); void set (ViewModel^ value); }  |