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

Syntax

C#
[OperationContractAttribute(Action = "http://tempuri.org/IService1/UpdateFilterReport", 
	ReplyAction = "http://tempuri.org/IService1/UpdateFilterReportResponse")]
bool UpdateFilterReport(
	string reportId,
	string reportName,
	string reportDesc,
	string reportCoded,
	string reportLiteral,
	string filterCoded,
	string filterLiteral,
	string active,
	string createdOn,
	string userId,
	string filterId,
	string isPublic,
	string key
)
Visual Basic
<OperationContractAttribute(Action := "http://tempuri.org/IService1/UpdateFilterReport", 
	ReplyAction := "http://tempuri.org/IService1/UpdateFilterReportResponse")> 
Function UpdateFilterReport ( 
	reportId As String,
	reportName As String,
	reportDesc As String,
	reportCoded As String,
	reportLiteral As String,
	filterCoded As String,
	filterLiteral As String,
	active As String,
	createdOn As String,
	userId As String,
	filterId As String,
	isPublic As String,
	key As String
) As Boolean
Visual C++
[OperationContractAttribute(Action = L"http://tempuri.org/IService1/UpdateFilterReport", 
	ReplyAction = L"http://tempuri.org/IService1/UpdateFilterReportResponse")]
bool UpdateFilterReport(
	String^ reportId, 
	String^ reportName, 
	String^ reportDesc, 
	String^ reportCoded, 
	String^ reportLiteral, 
	String^ filterCoded, 
	String^ filterLiteral, 
	String^ active, 
	String^ createdOn, 
	String^ userId, 
	String^ filterId, 
	String^ isPublic, 
	String^ key
)

Parameters

reportId
Type: System..::..String
reportName
Type: System..::..String
reportDesc
Type: System..::..String
reportCoded
Type: System..::..String
reportLiteral
Type: System..::..String
filterCoded
Type: System..::..String
filterLiteral
Type: System..::..String
active
Type: System..::..String
createdOn
Type: System..::..String
userId
Type: System..::..String
filterId
Type: System..::..String
isPublic
Type: System..::..String
key
Type: System..::..String

Return Value

Type: Boolean

See Also