ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.ViewModel Namespace / ReportPaneViewModel Class / ReportPaneViewModel Constructor
Context of the application
Model of this report pane
Model of the viewer

In This Topic
    ReportPaneViewModel Constructor
    In This Topic
    Ctor
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal context As IApplicationContext, _
       ByVal model As ReportPaneModel, _
       ByVal viewerModel As ViewerModel _
    )
    public ReportPaneViewModel( 
       IApplicationContext context,
       ReportPaneModel model,
       ViewerModel viewerModel
    )

    Parameters

    context
    Context of the application
    model
    Model of this report pane
    viewerModel
    Model of the viewer
    See Also