no message
This commit is contained in:
parent
d6573a6d0c
commit
e75d532ac0
1 changed files with 3 additions and 3 deletions
|
|
@ -525,9 +525,9 @@ namespace BMA.EHR.Report.Service.Controllers
|
|||
var tblEducation = (Telerik.Reporting.Table)report.Items["detailSection1"].Items["tblEducation"];
|
||||
tblEducation.DataSource = org.result.Education;
|
||||
salary = org.result.Salary;
|
||||
CitizenId = org.result.profile.CitizenId;
|
||||
FullName = org.result.profile.FullName;
|
||||
OcFullPath = org.result.profile.OcFullPath;
|
||||
CitizenId = org.result.Profile.CitizenId;
|
||||
FullName = org.result.Profile.FullName;
|
||||
OcFullPath = org.result.Profile.OcFullPath;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue