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

Syntax

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

Parameters

typeId
Type: System..::..String
name
Type: System..::..String
desc
Type: System..::..String
lkey
Type: System..::..String
val
Type: System..::..String
reportViewId
Type: System..::..String
key
Type: System..::..String

Return Value

Type: Boolean

Implements

IService1..::..AddReportViewConfig(String, String, String, String, String, String, String)

See Also