Click or drag to resize

ReportClientDeleteView Method

Deletes the specified view from the workspace identified by the dbURI.

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

Parameters

dbURI
Type: SystemString
The workspace URI.
viewName
Type: SystemString
Name of the view to be deleted.
config
Type: System.Collections.GenericDictionaryString, String
The config can contain additional params. can be null.
See Also