Click or drag to resize

ReportClientUpdateGroupInfo Method

Updates the specified group information present in the workspace identified by the URI.

Namespace:  ZReports
Assembly:  ZReports (in ZReports.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void UpdateGroupInfo(
	string dbURI,
	Dictionary<string, Object> groupConfig
)

Parameters

dbURI
Type: SystemString
The workspace URI.
groupConfig
Type: System.Collections.GenericDictionaryString, Object
"groupConfig" contains the group information, which has to be updated.
See Also