Sets the model display parameters subject to the previous active 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 void AssignParameters(
	ViewModel previousModel
)
Visual Basic (Declaration)
Public Sub AssignParameters ( _
	previousModel As ViewModel _
)
Visual C++
public:
void AssignParameters(
	ViewModel^ previousModel
)

Parameters

previousModel
Type: PerpetuumSoft.ReportingServices.Viewer.Client..::.ViewModel
The previous view model. (see ViewModel)

See Also