???ReportClient.ExportDataUsingSQL Method (String, String, String, String, Dictionary(String, String))
Click or drag to resize
ReportClientExportDataUsingSQL Method (String, String, String, String, DictionaryString, String)
Exports the data using SQL.

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

Parameters

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