Click or drag to resize
ReportClientExportDataUsingSQL Method (String, String, Stream, 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,
	Stream outputStream,
	string sqlQuery,
	Dictionary<string, string> config
)

Parameters

tableURI
Type: SystemString
The table URI.
format
Type: SystemString
The format.
outputStream
Type: System.IOStream
The output stream.
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