Click or drag to resize
ReportClientExportDataAsDictionary Method
Exports the data as dictionary.

Namespace: ZReports
Assembly: ManageEngine Analytics Plus (in ManageEngine Analytics Plus.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public Dictionary<string, Object> ExportDataAsDictionary(
	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: DictionaryString, Object
Dictionary data
See Also