In This Topic
Breaking Changes
There is a breaking change in the ServiceUrl property of ReportViewer control. If you want to use external report services, set the ServiceUrl property to “http://c1webapi host/api/report” other than “http://c1webapi host/api”. The breaking change is also valid for PDFViewer control.
Core
Enhancements
- Added support for Visual Studio 2017
- Updated project templates for Visual Studio 2017
FlexViewer
Bug Fix
- [Report] Fixed an issue where the print option was not working in any browser.
- [PDF] Fixed an issue where continious page and single page was not working correctly.
OLAP
Enhancements
- Added license support to OLAP MVC control.
Sunburst Chart
Bug Fixes
- Fixed an issue where Sunburst slices are not rendered when the ChildItemsPath contains multiple property names.
FlexReport Explorer
Bug Fix
- Fixed the issue where isRequired warning message is shown in console when clicking Customers near Stores report of SSRS.
Project Templates
Bug Fixes
- Fixed the issue where user cannot restore the application which is created by ".NET FW4.5"-->C1 ASP.NET Core MVC Application (.NET Framework).
- Fixed the issue where “project.json used by another process” error pops up when creating new project using c1mvc template.
Samples
Enhancements
- Samples now support Visual Studio 2017
- Updated FlexSheetExplorer Sample.
Bug Fixes
- [FlexSheet101] Fixed the issue where JS error displays after clicking "Export/Import" in "FlexSheetExplorer-->Excel Service" sample.
- [MVCExplorer] Fixed the issue where user cannot export the data to pdf file in "MVCExplorer-->PDF-->OverView/RichGraphics" sample.
- [Input] Fixed an issue where JavaScript runtime errors occur when value less than min value is set in InputNumber.
Back to Top