P4s3PortalWebSvc CopyReport Method A Sandcastle Documented Class Library
Copies a report and all supporting data.

Namespace: P4s3WebSvc
Assembly: P4s3WebSvc (in P4s3WebSvc.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public bool CopyReport(
	string destUserId,
	string destFilterZzRowId,
	string destReportZzRowId,
	string srcUserId,
	string srcFilterZzRowId,
	string srcReportZzRowId,
	string key
)

Parameters

destUserId
Type: System String
destFilterZzRowId
Type: System String
destReportZzRowId
Type: System String
srcUserId
Type: System String
srcFilterZzRowId
Type: System String
srcReportZzRowId
Type: System String
key
Type: System String

Return Value

Type: Boolean
See Also