Releases: alanjuden/MvcReportViewer
Releases · alanjuden/MvcReportViewer
1.0.10.0
- Fixed an issue with blowing up when retrieving parameters.
- Dropdown values are not escaped (added HtmlEncode() calls for parameter display values and prompts).
- Fixed an issue with Cascading parameter matching and the parameter value not existing yet to match on.
1.0.9.0
Fixed an issue with boolean parameters not allowing for the false value (because it's not posted back to the server). Fixed the report export that was broken from build # 1.0.0.8.
1.0.0.8
Added support for cascading parameters to reload values.
1.0.0.7
Fixed an issue with reports that use no parameters blowing up when attempting to build the parameters from the request. Added a timeout property to allow specifying a timeout for the report execution time. Added a property to the .NetCore side to allow passing in the ClientCredentialType so that people can switch easier between Windows and Ntlm (this will be an override on your report controller).
1.0.0.6
Added the ability to "Enable Paging" which can enable / disable the pager as well as show all report pages on a single page. Moved the dictionary of valid values into a list to avoid name collisions. Fixed an issue with UrlEncode on .NetCore.
1.0.0.5
Fixed the "Find in report" only works for current page. Fixed an issue where unicode report names were not supported. Attempted a fix for the HTTPS server issue in .NetCore.