December 31, 2016 at 4:01 pm
I have created a series of reports via vs2010shell - SSDT - sql2012, wondering whats the best way to publish these on an intranet where other workers can access them. They would be interactive (enter date range, export to excel if necessary)
Thanks in advance
Zo
December 31, 2016 at 5:58 pm
Zososql (12/31/2016)
I have created a series of reports via vs2010shell - SSDT - sql2012, wondering whats the best way to publish these on an intranet where other workers can access them. They would be interactive (enter date range, export to excel if necessary)Thanks in advance
Zo
If you have set up an SSRS server correctly the process to deploying reports is pretty straight forward. You specify what server you want to deploy your reports to in Visual Studio (SSDT). When your report is ready you right-click on it and click "Deploy". The report will then be available to people with access to that server.
SSRS reports are interactive so there's nothing special you need to do once the report is deployed.
Does any of this not make sense? Any questions?
-- Itzik Ben-Gan 2001
January 1, 2017 at 7:49 am
On the subject of allowing others to view, will they be accessing the report web portal directly (is that your intention, or how you want them to). If so, you will need the ensure the users, or the group they belong to, have access to those reports, or the folder they have been deployed too.
Do you have a "game plan" for how you would like them to view the reports?
Thom~
Excuse my typos and sometimes awful grammar. My fingers work faster than my brain does.
Larnu.uk
January 1, 2017 at 12:36 pm
Thanks for the insights- i will have more of a detailed gameplan after re-testing the series of reports i have generated and could come back for more info.
Zo
January 1, 2017 at 2:05 pm
As a bit of a sidebar, it's a real shame that they got rid of sp_MakeWebTask. It was an incredible tool that made SSRS look a bit silly for stuff like this.
--Jeff Moden
Change is inevitable... Change for the better is not.
January 2, 2017 at 6:04 am
January 3, 2017 at 12:48 pm
Right click the solution name at the top of your solution explorer tab. Select properties and under the general configurations node there is on the right window pane a section name Deployment. You set the values here for the server you are deploying to.
For instance the targetServerURL property will have something like : http:\\serverName\reportserver
Another thing you can do is navigate directly to the SSRS reporting site with IE and if you have the proper permissions you should see a link to upload a report there and you navigate to the .rdl file location to select it.
I prefer the first way since you have control over things like shared data sources.
----------------------------------------------------
Viewing 7 posts - 1 through 6 (of 6 total)
You must be logged in to reply to this topic. Login to reply