ComponentOne AutoComplete for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1ReportViewer.ReportService Namespace / IC1WebReportService Interface / OnDocumentChanged Method
The new document value.

In This Topic
    OnDocumentChanged Method (IC1WebReportService)
    In This Topic
    Tells the service that the document has changed.
    Syntax
    'Declaration
     
    Sub OnDocumentChanged( _
       ByVal newDocument As System.Object _
    ) 
    void OnDocumentChanged( 
       System.object newDocument
    )

    Parameters

    newDocument
    The new document value.
    See Also