I have a MRT report with getting datasource from excel file, but when I used the code to load it in Angular2 app as below:
Code: Select all
this.report.loadFile("reports/BankingReport.mrt");
this.viewer.report = this.report;
this.viewer.renderHtml('viewer');

Please show me how to fix this.
Thanks
Update: it works on Version: 2017.1.2