AlanJuden.MvcReportViewer
1.0.2
See the version list below for details.
dotnet add package AlanJuden.MvcReportViewer --version 1.0.2
NuGet\Install-Package AlanJuden.MvcReportViewer -Version 1.0.2
<PackageReference Include="AlanJuden.MvcReportViewer" Version="1.0.2" />
<PackageVersion Include="AlanJuden.MvcReportViewer" Version="1.0.2" />
<PackageReference Include="AlanJuden.MvcReportViewer" />
paket add AlanJuden.MvcReportViewer --version 1.0.2
#r "nuget: AlanJuden.MvcReportViewer, 1.0.2"
#addin nuget:?package=AlanJuden.MvcReportViewer&version=1.0.2
#tool nuget:?package=AlanJuden.MvcReportViewer&version=1.0.2
Custom Report Viewer control to replace MS Report Viewer on MVC projects
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net452 is compatible. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Added an option to have the report load via ajax after the page has finished loading on initial page load. Fixed an issue with parameters being prefilled with valid values rather than default values. Also fixed an issue around the building of parameters that had common separators in the parameter text (such as space, comma, semi-colon). Added logic to show an error message in the report content area if there's an error loading the report.