ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.ViewModel Namespace / ParameterViewModel Class / ParameterViewModel Constructor / ParameterViewModel Constructor(IReportParameter,ViewerModel)
Parameter.
Model.

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

    Parameters

    param
    Parameter.
    model
    Model.
    See Also