Report Viewer control not rendering all reports on web page

DodgersKD 1 Reputation point
2020-12-08T10:51:14.387+00:00

I have a web application developed in VS 2019 using report viewer controls to display charts deployed to a SQL 2019 report server hosted on a server with Win 2019 Server OS. I have about 20 charts deployed to the server all of which I can access and display with a browser.

The charts are displayed on three separate web pages. Two charts successfully display on one of the pages. The rest of the charts do not display on that page and none of the charts will display on the other two pages.

No errors are thrown when the application is run in the development environment.

SQL Server Reporting Services
SQL Server Reporting Services
A SQL Server technology that supports the creation, management, and delivery of both traditional, paper-oriented reports and interactive, web-based reports.
2,915 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Joyzhao-MSFT 15,576 Reputation points
    2020-12-09T01:56:20.437+00:00

    Hi @DodgersKD
    If the browser uses IE compatibility mode to render the page, the control may not work as expected. Intranet sites may require meta tags to reconstruct browser behavior.
    46355-01.jpg

    Please refer to :Add a report viewer control to a new web project
    Use the ReportViewer control in a web application
    Hope this helps.
    Regards,
    Joy


    If the answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
    What can I do if my transaction log is full?--- Hot issues November
    How to convert Profiler trace into a SQL Server table -- Hot issues November

    0 comments No comments

  2. DodgersKD 1 Reputation point
    2020-12-13T19:50:35.523+00:00

    Joy,

    Thanks for your response. I have not been able to get the reportviewer control to display in my project toolbox in VS 2019. This is the best source I have found on the subject but it didn't work.

    https://www.youtube.com/watch?v=qhcg4dy43xk

    Do you have any source that best instructs how to get the reportviewer control in a ASP.Net Web app project in VS 2019?


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.