Exemplo n.º 1
0
 public System.Threading.Tasks.Task <ReportService.RunReport_Result> RunReportAsync(int reportNo, string parameters)
 {
     ReportService.RunReport inValue = new ReportService.RunReport();
     inValue.reportNo   = reportNo;
     inValue.parameters = parameters;
     return(((ReportService.report_Port)(this)).RunReportAsync(inValue));
 }
Exemplo n.º 2
0
 System.Threading.Tasks.Task <ReportService.RunReport_Result> ReportService.report_Port.RunReportAsync(ReportService.RunReport request)
 {
     return(base.Channel.RunReportAsync(request));
 }