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

Syntax

C#
public bool UpdateReportViewConfig(
	string reportViewConfigId,
	string reportViewId,
	string lkey,
	string lval,
	string name,
	string desc,
	string typeId,
	string active,
	string key
)
Visual Basic
Public Function UpdateReportViewConfig ( 
	reportViewConfigId As String,
	reportViewId As String,
	lkey As String,
	lval As String,
	name As String,
	desc As String,
	typeId As String,
	active As String,
	key As String
) As Boolean
Visual C++
public:
virtual bool UpdateReportViewConfig(
	String^ reportViewConfigId, 
	String^ reportViewId, 
	String^ lkey, 
	String^ lval, 
	String^ name, 
	String^ desc, 
	String^ typeId, 
	String^ active, 
	String^ key
) sealed

Parameters

reportViewConfigId
Type: System..::..String
reportViewId
Type: System..::..String
lkey
Type: System..::..String
lval
Type: System..::..String
name
Type: System..::..String
desc
Type: System..::..String
typeId
Type: System..::..String
active
Type: System..::..String
key
Type: System..::..String

Return Value

Type: Boolean

Implements

IService1..::..UpdateReportViewConfig(String, String, String, String, String, String, String, String, String)

See Also