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

In This Topic
    AnnotationBookViewModel Constructor
    In This Topic
    Initializes a new instance of the AnnotationBookViewModel class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal book As AnnotationBook, _
       ByVal reportPaneModel As ReportPaneModel _
    )
    public AnnotationBookViewModel( 
       AnnotationBook book,
       ReportPaneModel reportPaneModel
    )

    Parameters

    book
    reportPaneModel
    See Also