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

Syntax

C#
public void RunCrosstabAnalysisTool(
	string filterId,
	string exportFormat,
	string passThrough,
	Dictionary<string, string> sett,
	string key
)
Visual Basic
Public Sub RunCrosstabAnalysisTool ( 
	filterId As String,
	exportFormat As String,
	passThrough As String,
	sett As Dictionary(Of String, String),
	key As String
)
Visual C++
public:
virtual void RunCrosstabAnalysisTool(
	String^ filterId, 
	String^ exportFormat, 
	String^ passThrough, 
	Dictionary<String^, String^>^ sett, 
	String^ key
) sealed

Parameters

filterId
Type: System..::..String
exportFormat
Type: System..::..String
passThrough
Type: System..::..String
sett
Type: System.Collections.Generic..::..Dictionary<(Of <(<'String, String>)>)>
key
Type: System..::..String

Implements

IService1..::..RunCrosstabAnalysisTool(String, String, String, Dictionary<(Of <<'(String, String>)>>), String)

See Also