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

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

public static SimpleOperationResult 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: SimpleOperationResult
See Also