ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1ReportViewer.ReportService Namespace / C1WebReportServiceHelper Class / OnDocumentChanged Method
The new document value.

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

    Parameters

    newDocument
    The new document value.
    See Also