Gets ViewModel which is report view model.

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

Syntax

C#
public ViewModel ViewModel { get; }
Visual Basic (Declaration)
Public ReadOnly Property ViewModel As ViewModel
Visual C++
public:
property ViewModel^ ViewModel {
	ViewModel^ get ();
}

Field Value

The view model.

See Also