I want to set up a SQL Server 2005 database, a Reporting Services instance, and IIS to view reports via the web and web applications.
I am writing an ASP.开发者_如何学运维NET app that uses a SQL Server 2005 with SSRS setup.I want to use the ReportViewer control but I get an error when using ReportViewer 10 because it needs SSRS 2008
I have two reports built using SSRS 2005. The first report is set to navigate to the second when a specific field is clicked.
I have a problem with a list in srss 2005. The list is grouping too much information and I dont know how to un-group i开发者_Go百科t. I made a picture to show it. But because I\'m new, I can only show
I have an ASP.NET application which runs under the Classic .NET AppPool in IIS. I have a report to render from my website.
How do you you display the running GR开发者_Python百科OUP count via SSRS 2005? I have a report that has n groups where the source data must remain anonymous and I want that number in the header of th
We have a ton of SSRS2005 reports, which I intend to transfer to our new SSRS 2008 开发者_如何学Goserver.I\'d rather not do this manually...
SSRS newbie question here... I have a table where one column is varbinary(max) data. I would like to make a report that makes this data available for download as a hyperlink so the user can just clic
I have two databases DB1 (used by my application) and DB2 (third party) under same SQL Server instance
I have a requirement to show percentages in bar chart on a single bar using SSRS. For example, I want to show a employees by Age in a percentage in an SSRS report.