Namespace: P4s3WebSvcRefLib.P4s3WebSvcReference
Assembly: P4s3WebSvcRefLib (in P4s3WebSvcRefLib.dll) Version: 1.0.0.0 (1.0.0.0)
Assembly: P4s3WebSvcRefLib (in P4s3WebSvcRefLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
[OperationContractAttribute(Action = "http://tempuri.org/IService1/RunStackedBarChartView", ReplyAction = "http://tempuri.org/IService1/RunStackedBarChartViewResponse")] void RunStackedBarChartView( string reportId, string exportFormat, string passThrough, Dictionary<string, string> sett, bool async, string key ) |
Visual Basic |
---|
<OperationContractAttribute(Action := "http://tempuri.org/IService1/RunStackedBarChartView", ReplyAction := "http://tempuri.org/IService1/RunStackedBarChartViewResponse")> Sub RunStackedBarChartView ( reportId As String, exportFormat As String, passThrough As String, sett As Dictionary(Of String, String), async As Boolean, key As String ) |
Visual C++ |
---|
[OperationContractAttribute(Action = L"http://tempuri.org/IService1/RunStackedBarChartView", ReplyAction = L"http://tempuri.org/IService1/RunStackedBarChartViewResponse")] void RunStackedBarChartView( String^ reportId, String^ exportFormat, String^ passThrough, Dictionary<String^, String^>^ sett, bool async, String^ key ) |
Parameters
- reportId
- Type: System..::..String
- exportFormat
- Type: System..::..String
- passThrough
- Type: System..::..String
- sett
- Type: System.Collections.Generic..::..Dictionary<(Of <(<'String, String>)>)>
- async
- Type: System..::..Boolean
- key
- Type: System..::..String