Click or drag to resize

ReportClientExportData Method (String, String, String, String, DictionaryString, String)

Exports the data.

Namespace:  ZReports
Assembly:  ZReports (in ZReports.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void ExportData(
	string tableURI,
	string format,
	string outputFileName,
	string criteria,
	Dictionary<string, string> config
)

Parameters

tableURI
Type: SystemString
The table URI.
format
Type: SystemString
The format.
outputFileName
Type: SystemString
Name of the output file.
criteria
Type: SystemString
The criteria.
config
Type: System.Collections.GenericDictionaryString, String
The config can contain additional params. can be null.
Exceptions
ExceptionCondition
ExceptionException Occurred while writing response. + e.Message
See Also