SQL Reporting services 2005
-
I am using SSRS 2005 for the remote access of the reports. I will put url on browser, this will show the result. I am using ListChildren method. catalogItems = rService.ListChildren(Global.ReportPath,true); But the code is not working. This will make the tree. This should retrieve no. of reports from report server remotely and put in array, catalogItems. Based on the number of reports the another loop will retrieve names of the reports and will populate the tree vi:)ew. Help me please.
-
I am using SSRS 2005 for the remote access of the reports. I will put url on browser, this will show the result. I am using ListChildren method. catalogItems = rService.ListChildren(Global.ReportPath,true); But the code is not working. This will make the tree. This should retrieve no. of reports from report server remotely and put in array, catalogItems. Based on the number of reports the another loop will retrieve names of the reports and will populate the tree vi:)ew. Help me please.
-
Why is it not working? Do you get an exception? If so, what is the message?
Paul Marfleet "No, his mind is not for rent To any God or government" Tom Sawyer - Rush
Now I am able to populate the reports remotely. I have used following lines : rService.Url = "http://10.10.40.2/ReportServer/ReportService2005.asmx"; before, catalogItems = rService.ListChildren(Global.ReportPath, true); and added web references.:) But I do'nt know how to do role based forms authentication. I need help.
-
Now I am able to populate the reports remotely. I have used following lines : rService.Url = "http://10.10.40.2/ReportServer/ReportService2005.asmx"; before, catalogItems = rService.ListChildren(Global.ReportPath, true); and added web references.:) But I do'nt know how to do role based forms authentication. I need help.