ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1ReportViewer.ReportService Namespace / IC1WebReportService Interface / GetDocumentKey Method

In This Topic
    GetDocumentKey Method (IC1WebReportService)
    In This Topic
    Gets a key that can be used to access a cached document.
    Syntax
    'Declaration
     
    Function GetDocumentKey( _
       ByVal fileName As System.String, _
       ByVal reportName As System.String, _
       ByVal paramValues() As ReportParameterValue _
    ) As System.String
    System.string GetDocumentKey( 
       System.string fileName,
       System.string reportName,
       ReportParameterValue[] paramValues
    )

    Parameters

    fileName
    reportName
    paramValues

    Return Value

    The document key.
    See Also