???ReportClient.ExportDataAsJson Method
Click or drag to resize
ReportClientExportDataAsJson Method
Exports the data as json.

Namespace:??ZReports
Assembly:??ManageEngine Analytics Plus (in ManageEngine Analytics Plus.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public string ExportDataAsJson(
	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 configuration.

Return Value

Type:??String
JSON result
See Also