???ReportClient.ExportData Method (String, String, String, String, Dictionary(String, String))
Click or drag to resize
ReportClientExportData Method (String, String, String, 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,
	string outputFileName,
	string criteria,
	Dictionary<string, string> config
)

Parameters

tableURI
Type:??SystemString
The table URI.
format
Type:??SystemString
The format.
outputFileName
Type:??SystemString
Name of the output file.
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