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/RunColumnChartView", 
	ReplyAction = "http://tempuri.org/IService1/RunColumnChartViewResponse")]
void RunColumnChartView(
	string loadQuery,
	string exportFormat,
	string passThrough,
	string reportId,
	Dictionary<string, string> sett,
	string key
)
Visual Basic
<OperationContractAttribute(Action := "http://tempuri.org/IService1/RunColumnChartView", 
	ReplyAction := "http://tempuri.org/IService1/RunColumnChartViewResponse")> 
Sub RunColumnChartView ( 
	loadQuery As String,
	exportFormat As String,
	passThrough As String,
	reportId As String,
	sett As Dictionary(Of String, String),
	key As String
)
Visual C++
[OperationContractAttribute(Action = L"http://tempuri.org/IService1/RunColumnChartView", 
	ReplyAction = L"http://tempuri.org/IService1/RunColumnChartViewResponse")]
void RunColumnChartView(
	String^ loadQuery, 
	String^ exportFormat, 
	String^ passThrough, 
	String^ reportId, 
	Dictionary<String^, String^>^ sett, 
	String^ key
)

Parameters

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

See Also