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

In This Topic
    ParameterViewModel Constructor(IReportParameter)
    In This Topic
    Creates View Model of IReportParameter
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal param As IReportParameter _
    )
    public ParameterViewModel( 
       IReportParameter param
    )

    Parameters

    param
    See Also