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

In This Topic
    SinglePageViewModel Constructor
    In This Topic
    Initializes a new instance of the SinglePageViewModel class
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal viewerModel As ViewerModel, _
       ByVal reportPaneModel As ReportPaneModel, _
       ByVal context As IApplicationContext _
    )
    public SinglePageViewModel( 
       ViewerModel viewerModel,
       ReportPaneModel reportPaneModel,
       IApplicationContext context
    )

    Parameters

    viewerModel
    reportPaneModel
    context
    See Also