MvcReportViewer | ASP.NET MVC Html Helpers for ReportViewer Control | Model View Controller library

 by   ilich C# Version: Current License: MIT

kandi X-RAY | MvcReportViewer Summary

kandi X-RAY | MvcReportViewer Summary

MvcReportViewer is a C# library typically used in Architecture, Model View Controller applications. MvcReportViewer has no vulnerabilities, it has a Permissive License and it has low support. However MvcReportViewer has 6 bugs. You can download it from GitHub.

ASP.NET MVC Html Helpers for ReportViewer Control.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              MvcReportViewer has a low active ecosystem.
              It has 279 star(s) with 134 fork(s). There are 50 watchers for this library.
              OutlinedDot
              It had no major release in the last 6 months.
              There are 28 open issues and 183 have been closed. On average issues are closed in 26 days. There are 3 open pull requests and 0 closed requests.
              It has a neutral sentiment in the developer community.
              The latest version of MvcReportViewer is current.

            kandi-Quality Quality

              MvcReportViewer has 6 bugs (0 blocker, 0 critical, 6 major, 0 minor) and 0 code smells.

            kandi-Security Security

              MvcReportViewer has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              MvcReportViewer code analysis shows 0 unresolved vulnerabilities.
              There are 7 security hotspots that need review.

            kandi-License License

              MvcReportViewer is licensed under the MIT License. This license is Permissive.
              Permissive licenses have the least restrictions, and you can use them in most projects.

            kandi-Reuse Reuse

              MvcReportViewer releases are not available. You will need to build from source code and install.
              Installation instructions, examples and code snippets are available.
              MvcReportViewer saves you 280 person hours of effort in developing the same functionality from scratch.
              It has 677 lines of code, 0 functions and 73 files.
              It has low code complexity. Code complexity directly impacts maintainability of the code.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of MvcReportViewer
            Get all kandi verified functions for this library.

            MvcReportViewer Key Features

            No Key Features are available at this moment for MvcReportViewer.

            MvcReportViewer Examples and Code Snippets

            No Code Snippets are available at this moment for MvcReportViewer.

            Community Discussions

            QUESTION

            RDLC Local report viewer for ASP.NET Core and Angular(>2.0)
            Asked 2020-Jan-08 at 12:55

            Is there any way to show RDLC Local ReportViewer control in asp.net core webpage?

            To show a ReportViewer, on a traditional WebForms application, the below code works.

            ...

            ANSWER

            Answered 2019-Aug-14 at 16:25

            Microsoft is not implementing or bringing RDLC report viewer into aspnet core. Instead they are purchasing a product to fill the void.

            Full link to news - https://blogs.msdn.microsoft.com/sqlrsteamblog/2018/04/02/microsoft-acquires-report-rendering-technology-from-forerunner-software/

            Link to original issue - https://github.com/aspnet/Home/issues/1528

            Here is the essence. "Microsoft acquires report rendering technology from Forerunner Software

            We’re pleased to announce that we’ve acquired technology from Forerunner Software to accelerate our investments in Reporting Services. This technology includes, among other things, client-side rendering of Reporting Services (*.rdl) reports, responsive UI widgets for viewing reports, and a JavaScript SDK for integrating reports into other apps – a testament to what our partners can achieve building on our open platform.

            This is great news for you, as we see opportunities to apply this technology to multiple points of feedback we’ve heard from you:

            You’re looking for cloud Software-as-a-Service (SaaS) or Platform-as-a-Service (PaaS) that can run SSRS reports. As you might’ve seen in our Spring ’18 Release Notes, we’re actively working on bringing SSRS reports to the Power BI cloud service, and we’re building on client-side rendering to make that possible. You want to view SSRS reports on your phone, perhaps using the Power BI app. We believe this technology will help us deliver better, more responsive UI for supplying report parameter values, navigating within reports, and possibly even viewing report content.

            You love the Report Viewer control… but it’s an ASP.NET Web Forms control. You need something you can integrate into your ASP.NET Core/MVC app or non-ASP.NET app. With this technology, we hope to deliver a client-side/JavaScript-based Report Viewer you can integrate into any modern app.

            These are large undertakings and we don’t yet have timeframes to share, but stay tuned over the coming months as we always strive to share our progress with you and hear your feedback as early and often as we can.

            Forerunner Software will continue to support existing customers for a limited period of time."

            Source https://stackoverflow.com/questions/49309797

            QUESTION

            Trying to use Find (Hightlight) in AlanJuden.MvcReportViewer - asp.net.core
            Asked 2019-Apr-15 at 07:08

            Report Paging works, Refresh works, Export (with some probs) and Print works but Find does not highlight anything.

            Find code is:

            ...

            ANSWER

            Answered 2019-Apr-13 at 22:36

            I have just tested on my working environment and it is highlighting. It does require a css class for it to highlight appropriately. So be sure that you have a ".highlight" style similar to this:

            Source https://stackoverflow.com/questions/55094032

            QUESTION

            Alan Juden .NET Core Report Viewer Working in localhost but not in Production
            Asked 2019-Apr-03 at 21:13

            I am implementing Alan Juden's MVC Report Viewer and running into some issues when I deploy my project to production.

            I have set up the report viewer in my .NET Core app and everything is working fine in localhost, but when I deploy to production and try to load the report I get this message in my page where the report should render: Report failed to load, check report parameters...

            When I open the browser developer tools under the Network tab I can see the ViewReportPage method is not being found, thus returning a status code of 404

            ...

            ANSWER

            Answered 2019-Apr-03 at 21:13

            I got it working. Since my app is deployed to a subdirectory within the domain I needed to change the JavaScript to include the base path.

            So basically from

            Source https://stackoverflow.com/questions/55503069

            QUESTION

            Microsoft LocalReport (rdl) in ASP.NET Core MVC App
            Asked 2019-Feb-22 at 13:33

            I am running a project with ASP.NET Core (2.1) MVC. In our company we do have a lot of work done with SQL Report Builder (rdlc and rdl files). Therefore we wanted to use a "one the fly" mechanism to generate PDF Files with the ReportBuilder technology in the asp.net core mvc webapp.

            I tried the same nuget packages we are using in .net Framework (asp.net API and desktop app) but they are not working. The packages I tried are:

            • Microsoft.ReportingServices.ReportViewerControl.Winforms
            • Microsoft.ReportingServices.ReportViewerControl.Webforms

            The problem there is that they are using System.Web which I cannot include in .net Core apps, do I?

            I googled for any solution but did not find a lot of helpfull material. I am also ware of that Microsoft purchased a product to get the work done: https://blogs.msdn.microsoft.com/sqlrsteamblog/2018/04/02/microsoft-acquires-report-rendering-technology-from-forerunner-software/

            And I already read this article about a similar problem: RDLC Local report viewer for ASP.NET Core and Angular(>2.0)

            Do we have the wrong technology setup in mind or is this even not support at all. I found some other package (https://www.nuget.org/packages/AlanJuden.MvcReportViewer.NetCore/) which are working with html to render a report. But we really want to use the rdl files

            Any informations and suggestions are greatly appreciated.

            ...

            ANSWER

            Answered 2019-Feb-22 at 13:33

            In the end we came up with a totally other approach.

            We just created a new Application called "DocumentService" on .NET Framework running as a Service on a Windows Server. The service was checking a database if there are new jobs in the database queue and if so, it generates the pdf result and stores it in the database.

            So the web application was not longer responsible for creating the pdf, it only added a new line in the database so mark that a new document should be created. The DocumentService app then generated the document and the web app could access the data in the database.

            We can use this "DocumentService" in other part of our application landscape and therefore the effor was worth it. It app is also multithreaded and working pretty fast and well.

            Source https://stackoverflow.com/questions/52513800

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install MvcReportViewer

            Install Microsoft® System CLR Types for Microsoft® SQL Server® 2012 if needed. Go to https://www.microsoft.com/en-us/download/details.aspx?id=29065 and scroll page to Microsoft® System CLR Types for Microsoft® SQL Server® 2012. Install [Microsoft Report Viewer 2012](http://www.microsoft.com/en-us/download/details.aspx?id=35747). The library has be deployed to developer machines and to servers. Install MvcReportViewer package from NuGet.
            Install Microsoft® System CLR Types for Microsoft® SQL Server® 2012 if needed. Go to https://www.microsoft.com/en-us/download/details.aspx?id=29065 and scroll page to Microsoft® System CLR Types for Microsoft® SQL Server® 2012.
            Install [Microsoft Report Viewer 2012](http://www.microsoft.com/en-us/download/details.aspx?id=35747). The library has be deployed to developer machines and to servers.
            Install MvcReportViewer package from NuGet.
            Install Visual Studio 2015. Install Microsoft® System CLR Types for Microsoft® SQL Server® 2012 if needed. Go to https://www.microsoft.com/en-us/download/details.aspx?id=29065 and scroll page to Microsoft® System CLR Types for Microsoft® SQL Server® 2012. Install [Microsoft Report Viewer 2012](http://www.microsoft.com/en-us/download/details.aspx?id=35747). Download source code from GitHub. Open MvcReportViewer.sln and run the build inside Visual Studio 2015.
            Install Visual Studio 2015.
            Install Microsoft® System CLR Types for Microsoft® SQL Server® 2012 if needed. Go to https://www.microsoft.com/en-us/download/details.aspx?id=29065 and scroll page to Microsoft® System CLR Types for Microsoft® SQL Server® 2012.
            Install [Microsoft Report Viewer 2012](http://www.microsoft.com/en-us/download/details.aspx?id=35747).
            Download source code from GitHub.
            Open MvcReportViewer.sln and run the build inside Visual Studio 2015.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/ilich/MvcReportViewer.git

          • CLI

            gh repo clone ilich/MvcReportViewer

          • sshUrl

            git@github.com:ilich/MvcReportViewer.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link