Click or drag to resize

ReportClientAutoGenReports Method

Generate report for table or column.

Namespace:  ZReports
Assembly:  ZReports (in ZReports.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public Dictionary<string, string> AutoGenReports(
	string tableURI,
	string source,
	Dictionary<string, string> config
)

Parameters

tableURI
Type: SystemString
The table URI.
source
Type: SystemString
It should be table or column.
config
Type: System.Collections.GenericDictionaryString, String
The config can contain additional params. can be null.

Return Value

Type: DictionaryString, String
Reports generated result.
See Also