Export Method (IC1WebReportService)
Export the document specified by documentKey to the specified format.
System.byte[] Export(
System.string ,
System.string
)
'Declaration
Function Export( _
ByVal As System.String, _
ByVal As System.String _
) As System.Byte()
Parameters
- documentKey
- The document key.
- format
- The format.
Return Value
Document data.