???ReportClient.ExportDataAsCSV Method
Click or drag to resize
ReportClientExportDataAsCSV Method
Exports the data as CSV.

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

Parameters

tableURI
Type:??SystemString
The table URI.
criteria
Type:??SystemString
The criteria.
config
Type:??System.Collections.GenericDictionaryString, String
The config can contain additional params. can be null.

Return Value

Type:??String
CSV result
See Also