Updates the content.

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

Syntax

C#
protected internal abstract void UpdateContent(
	ViewModel prevViewModel,
	bool useAnimation
)
Visual Basic (Declaration)
Protected Friend MustOverride Sub UpdateContent ( _
	prevViewModel As ViewModel, _
	useAnimation As Boolean _
)
Visual C++
protected public:
virtual void UpdateContent(
	ViewModel^ prevViewModel, 
	bool useAnimation
) abstract

Parameters

prevViewModel
Type: PerpetuumSoft.ReportingServices.Viewer.Client..::.ViewModel
The previous view model. (see ViewModel)
useAnimation
Type: System..::.Boolean
If it is set to true it is used animation to change view.

See Also