Hi
Im trying to load a report using
Reportexecutionservice
like this
Reportexecutionservice.ExecutionInfo exinfo=res.LoadReport(reportname, null);
rptname consists of report which is present @. my server.How to give reportname inorder to load a report .im using reportingservice2005
plz do help me.
error im getting Unable to indentify the report.Plz tell what is path i should given in order to acces th report..
It needs to be the path to the report, not just the name. So if your report named "MyReport" is in a folder named "Reports", then the path would be "/MyReport/Reports".
|||Hai,
thnx for reply.Well all reports r present in Server.i mean We had created couple of Report using Businessintelligence studio .we try to deploy reports @. our server.So how to access those reports
With regards,
mahender
|||Browse to http://servername/reports. That will show you the Report Manager application which will let you navigate around and find the path to the published reports. From code, you can accomplish this using the ListChildren() method.|||HI,Thnx for once again .Ha u said to search the path from reportmanager.I open my server as
(10.150.100.184:100/report) I saw my reports deployed how abt path there r actually stored .i need to give actuall we give reportpathname as "reportdirectory\reportname" similary for Report @. my server how can i access is it like"\\10.150.142.186\reportdirectory\reportname".Im i right
Plz do replyme...
With regards,
mahender
No comments:
Post a Comment