This commit is contained in:
@@ -207,7 +207,7 @@ namespace rmutr_report.Controllers
|
||||
var _building_fours = new List<building_four>() { building_fours };
|
||||
|
||||
Report report = new Report();
|
||||
report.Load(_setting.report_path + "building_fours.frx");
|
||||
report.Load(_setting.report_path + "building_fours_v1.frx");
|
||||
report.RegisterData(_building_fours, "building_four");
|
||||
report.Prepare();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user