Click or drag to resize

ReportClientGetViewInfo Method

Returns view details like view name,description,type from the the particular workspace identified by dbURI.

Namespace:  ZReports
Assembly:  ZReports (in ZReports.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public string GetViewInfo(
	string dbURI,
	long viewid,
	string format,
	Dictionary<string, string> config
)

Parameters

dbURI
Type: SystemString
The workspace URI.
viewid
Type: SystemInt64
viewid - The id of view.
format
Type: SystemString
The output format.
config
Type: System.Collections.GenericDictionaryString, String
The config can contain additional params. can be null.

Return Value

Type: String
The view details.
Exceptions
ExceptionCondition
Exception Invalid format provided. The available options are XML and JSON
See Also