C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1ReportViewer.ReportService Namespace / IC1WebReportService Interface / Export Method
The document key.
The format.

In This Topic
Export Method (IC1WebReportService)
In This Topic
Export the document specified by documentKey to the specified format.
Syntax
'Declaration
 
Function Export( _
   ByVal documentKey As System.String, _
   ByVal format As System.String _
) As System.Byte()
 

Parameters

documentKey
The document key.
format
The format.

Return Value

Document data.
See Also