SQL Server Reporting Services (SSRS) is server-based report generator from Microsoft. It provides a full range of ready-to-use tools and services to help you create, deploy, and manage reports for your organization, as well as programming features that enable you to extend and customize your ...
73
votes
18answers
55k views
Compare SQL Server Reporting Services to Crystal Reports [closed]
Which of Crystal Reports and SSRS (SQL Server Reporting Services) is better to use?
65
votes
11answers
100k views
Add alternating row color to SQL Server Reporting services report
How do you shade alternating rows in a SQL Server Reporting Services report?
Edit: There are a bunch of good answers listed below--from quick and simple to complex and comprehensive. Alas, I can ...
37
votes
7answers
35k views
When to use RDLC over RDL reports?
I have been studying SSRS 2005 / 2008 in the past weeks and have created some server side reports. For some application, a colleague suggested that I look into RDLC for that particular situation. I am ...
36
votes
5answers
42k views
How to get rid of blank pages in PDF exported from SSRS
I have a SSRS report. When i tried to export to PDF it was taking 4 pages due to its width., where the 2nd and 4th pages were displaying one of my field from the table. So i tried to set the layout ...
34
votes
3answers
16k views
DataSet panel in SSRS designer is gone
In the "Layout" screen of an SSRS designer (Visual Studio 2005), the DataSets panel no longer displays. Previously it was in the same area as the general Toolbox panel. Anybody know how to get it ...
32
votes
14answers
5k views
Enterprise Reporting Solutions [closed]
What options are there in the industry for enterprise reporting? I'm currently using SSRS 2005, and know that there is another version coming out with the new release of MSSQL.
But, it seems like it ...
29
votes
4answers
43k views
Display Parameter(Multi-value) in Report
Can anyone tell me how to display all the selected value of my multi value parameter in SSRS report. When giving parameter.value option it gives error.
27
votes
9answers
16k views
Pentaho vs Microsoft BI Stack [closed]
My company is heavily invested in the MS BI Stack (SQL Server Reporting Services, -Analysis Services and -Integration Services), but I want to have a look at what the seemingly most talked about ...
26
votes
5answers
21k views
Reporting Services: Tablix RepeatColumnHeaders doesn't work on some reports
So I've got various reports that consist of a DataSet rendered in a Tablix... pretty garden variety stuff. There is a property for the Tablix control named RepeatColumnHeaders, which I have set to ...
25
votes
3answers
9k views
Telerik Reporting over SSRS?
Broad question is: Is there anything Telerik Reporting can do that SSRS (2005) cannot?
Specifics: We're looking to migrate our current Reporting infrastructure from in-house ASP.NET + Crystal (VS ...
23
votes
6answers
9k views
Reporting Services Deployment
I need to create a repeatable process for deploying SQL Server Reporting Services reports. I am not in favor of using Visual Studio and or Business Development Studio to do this. The rs.exe method ...
23
votes
6answers
11k views
Cannot view SSRS 2008 R2 Reports in Safari/Chrome but works fine in FireFox/IE8… why?
I have some simple reports in SSRS 2008 R2 but they won't display at all in Safari or Chrome. According to Microsoft's Books Online, these browsers are supported in limited fashion. However, I can't ...
23
votes
8answers
15k views
Best ASP.NET reporting engine with custom reports creation ability
We need to choose the reporting engine for our ASP.NET application. The main functional requirement is an ability for end users (not programmers, just normal users) to create custom reports. We will ...
22
votes
4answers
11k views
ASP.NET MVC & SQL Server Reporting Services
I am getting started with ASP.NET MVC.
Is it easy or even possible to use the ReportViewer in MVC as you can with webforms? If not, what can be done?
22
votes
1answer
1k views
SSRS 2005 - XML webservice dataset - parameters not getting passed to webservice
I have an SSRS 2005 report which I'd like to use a webservice to retrieve some data. This webservice will take in several parameters.
As a test I set up a very simple demo webservice project on my ...
18
votes
13answers
65k views
Passing multiple values for a single parameter in Reporting Services
I have several Multi-Select parameters in my report. I am trying to find a way to pass in multiple values for a single parameter in the web query string? If I pass in a single value, it works fine.
...
18
votes
3answers
9k views
Display .RDLC report embedded in a DLL file
I have a report that is used by a windows service and a form application. So, I want to put embed the report in a DLL file that can be used by both.
The problem is that if I try to set the ...
18
votes
5answers
17k views
How do I best display CheckBoxes in SQL Server Reporting Services?
One of the many quirks of Reporting Services we've run across is the complete and utter lack of a CheckBox control or even something remotely similar.
We have a form that should appear automatically ...
18
votes
4answers
14k views
Open Source .Net Reporting Tool [closed]
I am looking for a reporting service/tool for visual Studio. My only restraint is my web server is off limits to me as far as installing ANYTHING. So I need something I can just include in my ...
17
votes
8answers
24k views
Easy way for Crystal Reports to MS SQL Server Reporting Services conversion
Is there a way to easily convert Crystal Reports reports to Reporting Services RDL format?
We have quite a few reports that will be needing conversion soon.
I know about the manual process (which is ...
16
votes
4answers
56k views
What are the valid Style Format Strings for a Reporting Services [SSRS] Expression?
I am trying to figure out the style string for the Format(Expression as Object, Style as String) function in a Reporting Services expression.
I can't find where these style format strings are ...
16
votes
6answers
29k views
Reporting Services export to Excel with Multiple Worksheets
I'm currently building a MS Reporting Services Report that gets rendered to excel. I'm trying to figure out how to set up the report so that it creates multiple Worksheets (Tabs) of the data on the ...
16
votes
8answers
70k views
ReportViewer Client Print Control “Unable to load client print control”?
Has anyone come across this issue?
Seems MS have broken it with their own update:
A number of people have reported
problems using the ActiveX print
control in the report viewer after
...
16
votes
4answers
11k views
Viewing SSRS Reports in an ASP.net MVC Site
Is there a way to put a SQL Server Reporting Services report viewer control on an ASP.net MVC view? If not...what is the best way to accomplish this?
15
votes
3answers
14k views
Using DefaultCredentials and DefaultNetworkCredentials
We're having a hard time figuring how these credentials objects work. In fact, they may not work how we expected them to work. Here's an explanation of the current issue.
We got 2 servers that needs ...
15
votes
4answers
19k views
How you deploy your reports (with Reporting Services)
Which one you choose?
Use the Deploy feature in VS
Build a rss script and execute it through rs.exe
Build a deployment package
Another option
Keep in mind that in many of your environments the ...
14
votes
3answers
872 views
Is crystal reports dead?
We have a developer with Crystal Reports experience, and some new reports that need to be written for a WinForm application accessing data from a SQL Server in the network.
An external consultant has ...
14
votes
8answers
68k views
The permissions granted to user ' are insufficient for performing this operation. (rsAccessDenied)"}
created a report model using SSRS (2005) and then published local server. But when i tried to run report for the model i published using report builder i do get the following error.
Report execution ...
14
votes
0answers
575 views
how to forward basic authentication challenge to report manager url
*The details of the environment is described at the bottom.
I am trying to build an authentication solution for reporting services.
Online costumers should be authenticated using our existing ...
13
votes
2answers
21k views
Set a table's visibility to false when it has no rows (in reporting services)
Is there a way to set a table's visibility to false, if the table has no rows?
I want to hide a table in Reporting Services when it has no rows.
Setting NoRows to ="" isn't sufficient in this case ...
13
votes
2answers
5k views
SSRS Report Builder - Issues From Experience?
I'm looking into the idea of rolling out the web-based SSRS Report Builder to our end users to allow them to create their own reports against our production application databases. From what I have ...
13
votes
2answers
10k views
Where does a published RDL file sit?
When publishing a reporting services report. Where does the actual .RDL file sit on the server?
I can redownload the .RDL file via browsing through the report manager? But where is this file situated ...
13
votes
1answer
2k views
Report Viewer Control (Web) Shows Blank Report
I have a web form containing a ReportViewer control, a DIV element so I can see that the page actually renders. I see that my page properly loads, I see the report service being accessed in Fiddler, ...
12
votes
8answers
19k views
Reporting Services Remove Time from DateTime in Expression
I'm trying to populate an expression (default value of a parameter) with an explicit time. How do I remove the time from the the "now" function?
12
votes
4answers
22k views
Visual Studio 2010 Reporting Services Projects?
So, it seems that VS 2010 does not support SRSS projects. At least not old ones....Does anyone know what the status on this situation is and whether one can author new SRSS reports using VS2010 or if ...
12
votes
7answers
17k views
Conditional Visibility and Page Breaks with SQL Server 2005 Reporting Services
I know there's a bug with conditional visibility and page breaks with SQL 2005, but I wonder if anyone has come up with a work around.
I have a table that has a conditional visibility expression, and ...
12
votes
6answers
509 views
Creating Reports in ASP.Net with Entity Framework
We are looking to add Microsoft Reports - SSRS to one of our internal websites.
The database has all the reporting features installed.
The website is using Entity Framework 4 for all data.
I have ...
11
votes
4answers
37k views
Passing parameter via url to sql server reporting service
I'm trying to pass a parameter via the url to SSRS and it appears not to work!
I'm trying to pass a userId (string) via the url which will be passed to the database and used by the query.
base url:
...
11
votes
4answers
39k views
How to pass parameters to SSRS report programmatically
I'm looking for a little help on programmatically passing parameters to a SSRS report via VB.NET and ASP.NET. This seems like it should be a relatively simple thing to do, but I haven't had much luck ...
11
votes
3answers
30k views
Examples of great looking SSRS pdf reports
I am trying to make a case of using SSRS as an option for some great looking reports. Is there a place where somebody can point to? I am looking for some great looking fancy data driven reports built ...
11
votes
4answers
7k views
Visual Studio for SSRS 2008 - How to organize reports into subfolders in Solution Explorer?
Right now I have a project called reports with several reports. In solution explorer it looks like this:
Shared Data Sources
-- DEV
Reports
-- Report1
-- Report2
-- Report3
I want to make it ...
11
votes
3answers
16k views
Select All as default value for Multivalue parameter
I'm building a report in Visual Studio 2008 with a lot of multivalue parameters and it's working great, but I would like to have have the "(Select all)" option as the default value when the report is ...
11
votes
2answers
2k views
Does the iif function compute both paths in SSRS or is it short-circuited?
I am trying to evaluate a Price per Kilo ($/Kg) based on sales of a product. This works fine if the product was acutally sold during the period specified. However if the product is not sold the Kg ...
10
votes
9answers
16k views
Fast query runs slow in SSRS
I have an SSRS report that calls out to a stored procedure. If I run the stored procedure directly from a query window, it will return in under 2 seconds. However, the same query run from an 2005 ...
10
votes
7answers
2k views
How do I get non-Table data into SQL Server Reporting Services?
Given: A C# calculation engine that loads an object model, crunches huge amounts of numbers, and saves the results to a couple of gigantic mega-indexed database tables in SQL Server. Those tables ...
10
votes
4answers
29k views
Joining DataSets in ReportingServices
I have a SSRS report. This report has two data sets from two different data sources. I need to do a conceptual join on these two data sets. For example, assume I have the following datasets A and ...
10
votes
3answers
6k views
Report Viewer Web Control Version 10 Gives Error Despite Set Up Correctly
Reports are deployed and working, verified in Report Manager.
My application is an MVC2 app with my report on its own aspx page. This page worked with version 8 of the report viewer control, but we ...
10
votes
3answers
220 views
Deadlocks during logon to ASP app caused by dropping/creating SQL Server views
I have been chasing this issue for a day now and am stumped, so thought I would put it out to you folks for some inspiration. I'm a bit of a novice when it comes to deadlocks and SQL Server lock ...
9
votes
20answers
3k views
What reporting platform do you prefer?
Crystal Reports? SQL Server Reporting Services? A 3rd-party tool?
9
votes
11answers
4k views
SQL Server 2005 Reporting Services - Pros and Cons
I am developing a web application using ASP .NET 2.0, VS 2008 and SQL Server 2005. I would like to Use SSRS 2005 for the various reports I need to build for this web application. I would like to ...