public IHttpActionResult DoExportFunctionAPI(ExportSearch search) { var dto = Ok(EventReportManagerService.DoExportFunction(search)); return(dto); }