Share via

SSRS report view question

Muhammad Shami 61 Reputation points
2021-07-13T01:57:10.733+00:00

I am new to SSRS. I have completed the configuration of the report server and created a simple report. My question is how to place the report in the browser to view?

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.

0 comments No comments

Answer accepted by question author

Joyzhao-MSFT 15,651 Reputation points
2021-07-13T02:14:15.643+00:00

Hi @Muhammad Shami ,
Try the following steps:

  • In Solution Explorer, right-click on the project and select Properties.
  • In the window that opens, find the TargetServerURL property and set it to the Report Manager URL. The default is: HTTP://ServerName/REPORTSERVER
  • Click OK.
  • Right-click on the project name or your report and choose Deploy.
  • Open the Web Service URL HTTP://ServerName/Reports to view your reports.

For more information, please refer to: Publishing Reports to a Report Server.

You could also upload files or reports in the Report Manager. Refer to the following steps:

  • In the web portal, click Upload.
  • Browse to the file you want to upload. You can upload a report definition file, an image, a document, or any file that you want to make available on the report server.
  • Type a name for the new item. An item name can include spaces, but cannot include the reserved characters:;?: @ & = +, $ / * <> |.
  • If you want to replace an existing item with the new item, select Overwrite item if it exists.
  • Click OK.

Best 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.

Was this answer helpful?

0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Muhammad Shami 61 Reputation points
    2021-07-13T08:50:53.147+00:00

    It is all right now, thanks for the input !

    Was this answer helpful?

    0 comments No comments

Your answer

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