ComponentOne AutoComplete for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1ReportViewer.ReportService Namespace / IC1WebReportService Interface / GetDocumentStatus Method
Document or report file name.
Report name.
Report parameter values.
Arbitrary string that was passed back from the service in DocumentStatus in the previous GetDocumentStatus call, or null if there was no previous call.

In This Topic
    GetDocumentStatus Method (IC1WebReportService)
    In This Topic
    Retrieves a document's or report's status by file/report/parameters.
    Syntax
    'Declaration
     
    Function GetDocumentStatus( _
       ByVal fileName As System.String, _
       ByVal reportName As System.String, _
       ByVal paramValues() As ReportParameterValue, _
       ByVal cookie As System.String _
    ) As DocumentStatus
    DocumentStatus GetDocumentStatus( 
       System.string fileName,
       System.string reportName,
       ReportParameterValue[] paramValues,
       System.string cookie
    )

    Parameters

    fileName
    Document or report file name.
    reportName
    Report name.
    paramValues
    Report parameter values.
    cookie
    Arbitrary string that was passed back from the service in DocumentStatus in the previous GetDocumentStatus call, or null if there was no previous call.

    Return Value

    A DocumentStatus instance containing information about the requested document.
    See Also