ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1ReportViewer.ReportService Namespace / C1WebReportServiceHelper Class / GetDocumentStatus Method / GetDocumentStatus(String,String) Method
Cached document key.
Cookie data that generated by C1Report service on previous GetDocumentStatus call. Pass null if previous cookie value is unknown.

In This Topic
    GetDocumentStatus(String,String) Method
    In This Topic
    Retrieves a document's or report's status.
    Syntax
    'Declaration
     
    Public Overloads Function GetDocumentStatus( _
       ByVal documentKey As System.String, _
       ByVal cookie As System.String _
    ) As DocumentStatus
    public DocumentStatus GetDocumentStatus( 
       System.string documentKey,
       System.string cookie
    )

    Parameters

    documentKey
    Cached document key.
    cookie
    Cookie data that generated by C1Report service on previous GetDocumentStatus call. Pass null if previous cookie value is unknown.

    Return Value

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