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

In This Topic
    HighlightDocumentViewModel Constructor
    In This Topic
    Initializes a new instance of the HighlightDocumentViewModel.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal doc As DocumentModel, _
       ByVal pane As ReportPaneModel _
    )
    public HighlightDocumentViewModel( 
       DocumentModel doc,
       ReportPaneModel pane
    )

    Parameters

    doc
    pane
    See Also