Gets the ViewModel assotiated with the report state.

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; private set; }
Visual Basic (Declaration)
Public Property ViewModel As ViewModel
Visual C++
public:
property ViewModel^ ViewModel {
	ViewModel^ get ();
	void set (ViewModel^ value);
}

See Also