Namespace: P4s3TestMachine.P4s3WebSvcReference
Assembly: P4s3TestMachine (in P4s3TestMachine.exe) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public bool AddReportViewConfigLink(
	string filterId,
	string reportViewConfigId,
	string reportViewId,
	string reportId,
	string lkey,
	string lval,
	string key
)
Visual Basic
Public Function AddReportViewConfigLink ( 
	filterId As String,
	reportViewConfigId As String,
	reportViewId As String,
	reportId As String,
	lkey As String,
	lval As String,
	key As String
) As Boolean
Visual C++
public:
virtual bool AddReportViewConfigLink(
	String^ filterId, 
	String^ reportViewConfigId, 
	String^ reportViewId, 
	String^ reportId, 
	String^ lkey, 
	String^ lval, 
	String^ key
) sealed

Parameters

filterId
Type: System..::..String
reportViewConfigId
Type: System..::..String
reportViewId
Type: System..::..String
reportId
Type: System..::..String
lkey
Type: System..::..String
lval
Type: System..::..String
key
Type: System..::..String

Return Value

Type: Boolean

Implements

IService1..::..AddReportViewConfigLink(String, String, String, String, String, String, String)

See Also