ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.ViewModel Namespace / FindDialogViewModel Class / FindDialogViewModel Constructor

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

    Parameters

    model
    See Also