April 9, 2010 at 3:55 am
Hi All
I have the reportviewer working in my application, but would like to dynamically set the report path by allowing the user to select a row in a dataviewgrid. To do this, I obviously would like to get a list of the report paths for each report in a certain location/folder on the Report server using Visual Basic 2008 Express.
The idea behind this is that when I add a new report to the server, I do not have to update my vb application.
I have looked all over the internet and a lot of the reponses are 'use the reportingservice class', which I cannot access. I tried setting a reference to the the server using service reference but when using this in code, all i have access to is reportingService2005SoapClient.
I just wondered if anyone has done or come across this problem as well, and whether I can actually do this.
Many thanks in advance
Nic
April 9, 2010 at 2:16 pm
you could query the ReportServer database where itemType = 2 and do some other sql to gather your list.
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply