???ReportClient.ExportData Method (String, String, Stream, String, Dictionary(String, String))
Click or drag to resize
ReportClientExportData Method (String, String, Stream, String, DictionaryString, String)
Exports the data.

Namespace:??ZReports
Assembly:??ManageEngine Analytics Plus (in ManageEngine Analytics Plus.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void ExportData(
	string tableURI,
	string format,
	Stream outputStream,
	string criteria,
	Dictionary<string, string> config
)

Parameters

tableURI
Type:??SystemString
The table URI.
format
Type:??SystemString
The format.
outputStream
Type:??System.IOStream
The output stream.
criteria
Type:??SystemString
The criteria.
config
Type:??System.Collections.GenericDictionaryString, String
The config can contain additional params. can be null.
Exceptions
ExceptionCondition
ExceptionExcepton Occured while writing response. + e.Message
See Also