public System.Threading.Tasks.Task <Dfe.Edubase2.SoapApi.Client.EdubaseService.GetReportResponse> GetReportAsync(string reportKey, bool isGenerateNow, bool isZipped, Dfe.Edubase2.SoapApi.Client.EdubaseService.Map additionalParameters)
 {
     Dfe.Edubase2.SoapApi.Client.EdubaseService.GetReportRequest inValue = new Dfe.Edubase2.SoapApi.Client.EdubaseService.GetReportRequest();
     inValue.Body                      = new Dfe.Edubase2.SoapApi.Client.EdubaseService.GetReportRequestBody();
     inValue.Body.reportKey            = reportKey;
     inValue.Body.isGenerateNow        = isGenerateNow;
     inValue.Body.isZipped             = isZipped;
     inValue.Body.additionalParameters = additionalParameters;
     return(((Dfe.Edubase2.SoapApi.Client.EdubaseService.EdubaseFileManager)(this)).GetReportAsync(inValue));
 }
 public byte[] GetReport(string reportKey, bool isGenerateNow, bool isZipped, Dfe.Edubase2.SoapApi.Client.EdubaseService.Map additionalParameters)
 {
     Dfe.Edubase2.SoapApi.Client.EdubaseService.GetReportRequest inValue = new Dfe.Edubase2.SoapApi.Client.EdubaseService.GetReportRequest();
     inValue.Body                      = new Dfe.Edubase2.SoapApi.Client.EdubaseService.GetReportRequestBody();
     inValue.Body.reportKey            = reportKey;
     inValue.Body.isGenerateNow        = isGenerateNow;
     inValue.Body.isZipped             = isZipped;
     inValue.Body.additionalParameters = additionalParameters;
     Dfe.Edubase2.SoapApi.Client.EdubaseService.GetReportResponse retVal = ((Dfe.Edubase2.SoapApi.Client.EdubaseService.EdubaseFileManager)(this)).GetReport(inValue);
     return(retVal.Body.Report);
 }
 System.Threading.Tasks.Task <Dfe.Edubase2.SoapApi.Client.EdubaseService.GetReportResponse> Dfe.Edubase2.SoapApi.Client.EdubaseService.EdubaseFileManager.GetReportAsync(Dfe.Edubase2.SoapApi.Client.EdubaseService.GetReportRequest request)
 {
     return(base.Channel.GetReportAsync(request));
 }
 Dfe.Edubase2.SoapApi.Client.EdubaseService.GetReportResponse Dfe.Edubase2.SoapApi.Client.EdubaseService.EdubaseFileManager.GetReport(Dfe.Edubase2.SoapApi.Client.EdubaseService.GetReportRequest request)
 {
     return(base.Channel.GetReport(request));
 }