'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.