ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.ViewModel Namespace / ParametersViewModel Class / ParametersViewModel Constructor
The viewer model.

In This Topic
    ParametersViewModel Constructor
    In This Topic
    Initializes a new instance of the ParametersViewModel class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal model As ViewerModel _
    )
    public ParametersViewModel( 
       ViewerModel model
    )

    Parameters

    model
    The viewer model.
    See Also