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

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

    Parameters

    applicationContext
    The application context.
    model
    The viewer model.
    See Also