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
 

Parameters

fileName
reportName
paramValues

Return Value

The document key.
See Also