Namespace: P4s3WebSvcRefLib.P4s3WebSvcReference
Assembly: P4s3WebSvcRefLib (in P4s3WebSvcRefLib.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
[OperationContractAttribute(Action = "http://tempuri.org/IService1/UpdateFilterReportStep2", 
	ReplyAction = "http://tempuri.org/IService1/UpdateFilterReportStep2Response")]
bool UpdateFilterReportStep2(
	string reportId,
	string reportCoded,
	string reportLiteral,
	string key
)
Visual Basic
<OperationContractAttribute(Action := "http://tempuri.org/IService1/UpdateFilterReportStep2", 
	ReplyAction := "http://tempuri.org/IService1/UpdateFilterReportStep2Response")> 
Function UpdateFilterReportStep2 ( 
	reportId As String,
	reportCoded As String,
	reportLiteral As String,
	key As String
) As Boolean
Visual C++
[OperationContractAttribute(Action = L"http://tempuri.org/IService1/UpdateFilterReportStep2", 
	ReplyAction = L"http://tempuri.org/IService1/UpdateFilterReportStep2Response")]
bool UpdateFilterReportStep2(
	String^ reportId, 
	String^ reportCoded, 
	String^ reportLiteral, 
	String^ key
)

Parameters

reportId
Type: System..::..String
reportCoded
Type: System..::..String
reportLiteral
Type: System..::..String
key
Type: System..::..String

Return Value

Type: Boolean

See Also