Click or drag to resize
ReportClientCopyReports Method
The Copy Reports API is used to copy one or more reports from one database to another within the same account or even across user accounts.

Namespace: ZReports
Assembly: ManageEngine Analytics Plus (in ManageEngine Analytics Plus.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 database URI.
views
Type: SystemString
This parameter holds the list of view names.
dbName
Type: SystemString
The database name where the repots 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