Tagged Questions

0
votes
2answers
24 views

I need an alternative to server based Reporting Services

The company that I work for will soon (2Q) no longer be supporting SRS. They want everyone to use Business Objects. I have over 100 SRS reports that I currently use. I need to find out if there is a …
0
votes
1answer
33 views

Reporting Services & Web Application (with HTTPHandler)

We are trying to add SQL Reporting Services to a .Net 2.0 Web Application. SRS has been installed on the server successfully, but we get an error when we try to load a report or access the report …
2
votes
1answer
48 views

How to add an image to an SSRS report with a dynamic url?

I'm trying to add an image to a report. The image src url is an IHttpHandler that takes a few query string parameters. Here's an example: <img …
0
votes
3answers
73 views

SSRS show value only on last page in body of report

I'm attempting to show a sum in a table footer on a report. It will be in the body of the report and can't be in the header or footer. The table footer repeats on each page but should show the sum …
0
votes
1answer
16 views

SSRS 2005: Group page numbers resetting, view xx from xx

I tried to find any solution, saw a lot of similar questions on different sites, but still have no appropriate solution. So, the situation is following: On SQL Server 2005, Reporting services I have …
0
votes
0answers
14 views

How can I get the date format from an SSRS report from the web service interface?

I get report params in C# code from the webservice as follows: ReportingService2005 ReportingService = ConnectToSSRS(); ReportParameter[] ReportParams = …
1
vote
1answer
182 views

Sql reporting Services - Programmatically setting a datasource?

I've got a bunch of reports deployed as RDL's to a SSRS. Because of high security requirements, the db passwords change very frequently. It's become a huge task to keep up with the changes and having …
0
votes
1answer
19 views

I want to use SQL Server reporting service in Windows application on .NET?

hello freinds i am new in ssrs i want some sugeestiion from You can i use ssrs in windows application in .net if yes then please tell me? Thanks in advance
0
votes
0answers
26 views

SQL Server reporting service export to xml function is not working.

I am having report which are having builtin functionality of SQL Sever reporting service 2005 like 'Export to CSV','Export to XML etc. When i use this functionlity its working fine on IE. The Export …