Click or drag to resize

ReportClientCopyReports Method

The Copy Reports API is used to copy one or more reports from one workspace to another within the same account or even across user accounts.

Namespace:  ZReports
Assembly:  ZReports (in ZReports.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void CopyReports(
	string dbURI,
	string views,
	string dbName,
	string dbKey,
	Dictionary<string, string> config
)

Parameters

dbURI
Type: SystemString
The workspace URI.
views
Type: SystemString
This parameter holds the list of view names.
dbName
Type: SystemString
The workspace name where the reports to be copied.
dbKey
Type: SystemString
The secret key used for allowing the user to copy the reports.
config
Type: System.Collections.GenericDictionaryString, String
The config can contain additional params. can be null.
See Also