ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.Model Namespace / ReportPaneModel Class / ReportPaneModel Constructor

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

    Parameters

    viewerModel
    See Also