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

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

Parameters

documentKey
The document key.
format
The format.
See Also