Namespace: P4s3WebSvcRefLib.P4s3WebSvcReference
Assembly: P4s3WebSvcRefLib (in P4s3WebSvcRefLib.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public bool CopyReport(
	string destUserId,
	string destFilterZzRowId,
	string destReportZzRowId,
	string srcUserId,
	string srcFilterZzRowId,
	string srcReportZzRowId,
	string key
)
Visual Basic
Public Function CopyReport ( 
	destUserId As String,
	destFilterZzRowId As String,
	destReportZzRowId As String,
	srcUserId As String,
	srcFilterZzRowId As String,
	srcReportZzRowId As String,
	key As String
) As Boolean
Visual C++
public:
virtual bool CopyReport(
	String^ destUserId, 
	String^ destFilterZzRowId, 
	String^ destReportZzRowId, 
	String^ srcUserId, 
	String^ srcFilterZzRowId, 
	String^ srcReportZzRowId, 
	String^ key
) sealed

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

Implements

IService1..::..CopyReport(String, String, String, String, String, String, String)

See Also