Skip to content

Releases: alanjuden/MvcReportViewer

1.0.10.0

12 Jun 13:00
Compare
Choose a tag to compare
  • 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

27 Mar 02:49
Compare
Choose a tag to compare

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

26 Mar 15:17
Compare
Choose a tag to compare

Added support for cascading parameters to reload values.

1.0.0.7

22 Mar 04:28
Compare
Choose a tag to compare

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

18 Mar 06:41
Compare
Choose a tag to compare

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

28 Feb 14:10
Compare
Choose a tag to compare

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.