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

Syntax

C#
public bool UpdateReportViewLink(
	string reportViewLinkId,
	string reportId,
	string reportViewId,
	string active,
	string key
)
Visual Basic
Public Function UpdateReportViewLink ( 
	reportViewLinkId As String,
	reportId As String,
	reportViewId As String,
	active As String,
	key As String
) As Boolean
Visual C++
public:
virtual bool UpdateReportViewLink(
	String^ reportViewLinkId, 
	String^ reportId, 
	String^ reportViewId, 
	String^ active, 
	String^ key
) sealed

Parameters

reportViewLinkId
Type: System..::..String
reportId
Type: System..::..String
reportViewId
Type: System..::..String
active
Type: System..::..String
key
Type: System..::..String

Return Value

Type: Boolean

Implements

IService1..::..UpdateReportViewLink(String, String, String, String, String)

See Also