Click or drag to resize

ReportClientCreateAnalysisView Method

Create a report in the specified workspace.

Namespace:  ZReports
Assembly:  ZReports (in ZReports.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void CreateAnalysisView(
	string dbURI,
	string viewDesign,
	Dictionary<string, string> config
)

Parameters

dbURI
Type: SystemString
The workspace URI.
viewDesign
Type: SystemString
Report structure in JSON format.
config
Type: System.Collections.GenericDictionaryString, String
The config can contain additional params. can be null.
See Also