diff --git a/Controllers/ProfileReportController.cs b/Controllers/ProfileReportController.cs index d11a014..a05fd7a 100644 --- a/Controllers/ProfileReportController.cs +++ b/Controllers/ProfileReportController.cs @@ -524,9 +524,9 @@ namespace BMA.EHR.Report.Service.Controllers var tblEducation = (Telerik.Reporting.Table)report.Items["detailSection1"].Items["tblEducation"]; tblEducation.DataSource = org.result.Education; var salary = org.result.Salary; - CitizenId = org.result.Profile.CitizenId; - FullName = org.result.Profile.FullName; - OcFullPath = org.result.Profile.OcFullPath; + CitizenId = org.result.Profile[0].CitizenId; + FullName = org.result.Profile[0].FullName; + OcFullPath = org.result.Profile[0].OcFullPath; // if (profile.First().AvatarId != "") // {