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?
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?
Hi @MuhammadShami-2656 ,
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.
8 people are following this question.