Click or drag to resize

ReportClientSaveAs Method

Copy views within the workspace(Duplicate views).

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

Parameters

dbURI
Type: SystemString
The workspace URI.
viewtocopy
Type: SystemString
The reference view name.
newviewname
Type: SystemString
Name of the new view to be created.
config
Type: System.Collections.GenericDictionaryString, String
The config can contain additional params. can be null.
See Also