how to deploy Reoprts in ASP.net

Cassandra 41 Reputation points
2020-10-02T03:43:03.91+00:00

Hi ,

I have some reports, how do I deploy them in ASP.net? I always encounter some errors. Can anyone help me?

Thanks a lot.

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,913 questions
{count} votes

Accepted answer
  1. Joyzhao-MSFT 15,576 Reputation points
    2020-10-02T04:16:30.023+00:00

    Hi @Cassandra ,
    Could you describe some of your problems in detail?
    Maybe you could pickup web service URL from report configuration,show your report in ASP.NET web page you need to add ReportViewer Control to you web page.
    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.

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Olaf Helper 44,296 Reputation points
    2020-10-02T06:20:11.043+00:00

    You do not "deploy" reports to a ASP.NET site, you deploy reports to SSRS server.

    In your ASP.NET application you can use the ReportViewer WebControl to render the report: Use the WebForms ReportViewer Control

    0 comments No comments

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.