Tagged Questions
Microsoft SQL Server 2008 R2 Reporting Services provides a complete, server-based platform designed to support a wide variety of reporting needs enabling organizations to deliver relevant information where needed across the entire enterprise.
9
votes
3answers
1k 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 ...
8
votes
1answer
82 views
SSRS Performance Mystery
I have a stored procedure that returns about 50000 records in 10sec using at most 2 cores in SSMS. The SSRS report using the stored procedure was taking 20min and would max out the processor on an 8 ...
8
votes
3answers
810 views
Entire Table is pushed to the next page when rendering a SSRS 2005 Report (as .pdf) in SSRS 2008
I have a SSRS 2005 report that I'm rendering in SSRS 2008 as a .pdf. The report contains (among other things) a table that's very simple: header row, details, no footer, no aggregation, no grouping, ...
7
votes
3answers
599 views
Dynamically create filename in SSRS 2008
I have been asked a couple times to change the file name dynamically in SSRS 2008. Example: ReportName_201101.RDL. The 201101 represents the execution date. Can this be accomplished in SSRS 2008?
7
votes
3answers
2k 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 ...
6
votes
2answers
2k views
How to Use String.Filter with Multi-Value Parameters
In the Expression builder window in SQL Server Reporting Services 2008 R2 under Common Functions -> Text -> Item, there is an expression called Filter. This appears to correspond with the ...
5
votes
1answer
3k views
Using a shared data source for dynamically generated and deployed reports
I'm dynamically generating RDL files for SSRS 2008, assembling my reports from "building blocks" which I defined as reports on Report Server, and which I use as subreports on my generated report.
On ...
4
votes
1answer
1k views
SSRS 2008: error message saying my parameter doesn't exist but it clearly does?
I have a report that has about 10 parameters and about 10 datasets and one datasource. I typed alot but I really need help so I figured I would try and provide as much info about the problem as I ...
4
votes
2answers
1k views
Combining multiple PDFs using PDFSharp
I am trying to combine multiple PDFs into a single PDF. The PDFs come from SSRS, from some LocalReports that I processed. I am using PDFSharp, because it is already used through out the project. ...
4
votes
2answers
2k views
SSRS 2008 date formatting and exporting to excel confusion
Suppose I have a field with a date value in a Reporting Services template, e.g. =CDate("2010.12.03"), I apply the "d" format to this cell, which, according to the description, "will reflect the ...
4
votes
1answer
350 views
SSRS Reports Versioning
I'm looking for a way to get versioning informations out of my SSRS reports. I have several environments and would like to be able to compare which report version is deployed on these environments. In ...
4
votes
3answers
400 views
SSRS Url Access and Paging
I have an app that executes and displays reports from SSRS retrieved through URL Access (http://msdn.microsoft.com/en-us/library/ms153586.aspx) Unfortunately, one of these reports is HUGE, resulting ...
4
votes
2answers
568 views
How to convert SSRS 2008 Server reports to SSRS 2008 Client Reports
I have a large SSRS 2008 Server Report Project (more than 200 reports). Currently my companystrategy has been changed and we want to convert these server reports to client reports.
All of the Server ...
3
votes
4answers
52 views
SQL Server SELECT from non-indexed view which references an indexed table
If I am selecting from a view which is non-indexed, and the view is selecting from an indexed table, will sql server use the index or do i have to index the view.
3
votes
1answer
34 views
Export to excel in SSRS
I have 8 reports and when exporting to excel I need all the reports in a single excel sheet.
Eg: Report 1 in sheet 1 of excel
Report 2 in sheet 2 of excel likeewise
Is this possible????
Please ...
3
votes
2answers
63 views
SSRS Spatial data color
In MS Reporting Services I have a spatial map of a country, say the United States. I want each state to have a different color. But I want it to be a fixed color.
The data is pulled from a SQL Server ...
3
votes
1answer
38 views
Can you map a network drive to a SSRS report directory?
We are working at getting our versioning control product to automatically push our SSRS reports to the Test (and then production) SSRS environment. When we promote changes from our development to our ...
3
votes
2answers
162 views
SSRS: Is it possible for an action to load a subreport?
I want to have users click on a column of a histogram and have that action load a subreport contained based on an attribute of that column.
This would make SSRS reports a bit more interactive and a ...
3
votes
1answer
59 views
Calling SSRS Drillthrough from client side asp.net
I'm using a ReportViewer in my ASP.NET website.
I would like to catch the Drillthrough element, show a context menu using jQuery and execute a Drillthrough with a different parameters according to ...
3
votes
1answer
32 views
Time instead of datetime in Reporting Services
I need to have parameter for time, but when I choose date/time in parameter properties, and set default value to 08:00:00 it gives me 9. November 2011 08:00:00, and I need time for any date.
Any ...
3
votes
1answer
157 views
Sql Server Reporting Services Web Service access problem from a Silverlight Application
I hope you can help me with this one... :)
I have a .net application which holds a Silverlight component.
I also have Sql Server 2008 R2 with Reporting Services installed.
The SSRS has been added ...
3
votes
1answer
384 views
Is it possible to export a SSRS report to Excel, with the report's chart as an Excel chart not an image?
I have a simple bar chart in an SSRS 2008 R2 report which is rendered using the VS2008 ReportViewer control in my ASP.NET AJAX application. By default, when the report is exported to Excel, the chart ...
3
votes
2answers
212 views
Are there any tools to integrate MS SQL Server Reporting with Ruby?
I need to pull some reports that live in a SQL Server Reporting Server from a Ruby web application.
How can this be done?
3
votes
2answers
3k views
Implementing Target lines, in SSRS column Charts
I have a column graph, that shows a trend of consumption over time,
The y-axis being consumption and x-axis being time in month,
I have to implement a target consumption.
I implemented a target, by ...
3
votes
2answers
1k views
SSRS Report - IIF statement Question
Doing an expression I get an error, can someone show me the correct syntax here?
=IIf(Fields!t_cpcp.Value ="310", "Purchased Material & Raw Material", Nothing)
=IIf(Fields!t_cpcp.Value ="320", ...
3
votes
1answer
399 views
Query runs quickly in Oracle SQL Developer, but slowly in SSRS 2008 R2
It's that simple: a query that runs in just a few seconds in SQL Developer connecting to Oracle 11g takes 15-25 minutes in SSRS 2008 R2. I haven't tried other versions of SSRS. So far I'm doing all ...
3
votes
1answer
322 views
Reporting services partially colored cell
How can i create partialy colored cell in reporting services table or matrix? For example: I hava value of 45& i want to fill only 45% of cell with red color, and other 55% stay white?
3
votes
1answer
173 views
SSRS - Custom assembly in location other than server bin directory
Is it possible to deploy a custom assembly to a location other than the Reporting Service's bin directory?
I know that deploying to the GAC would likely work, but I'm more curious about using an ...
3
votes
2answers
2k views
Expression to change specific value text color in string of values in SSRS based on another field
I have a field in my SSRS report, that contains a string of numbers delimited with commas (from a coalesce select in sql). It looks like 12, 91, 160, 171, 223. I would like to change the text color ...
3
votes
4answers
2k views
SSRS 2008 - Reporting Services Webpage is Blank except for headers
I'm getting blank page when I open the Report Manager: I've got a header - "...Reporting... HOME", and then just empty space.
I'm on SQL 2008 and Windows Server 2008 R2 Standard.
Any ideas how to ...
3
votes
2answers
973 views
How to show the “Home” folder for SSRS 2008 in SQL Management Studio
Our Sys Admin just installed SSRS 2008 for me to play around with and see if I can get all our 2005 projects running on it. However, when I log onto the report server with SQL Management Studio 2008 ...
3
votes
1answer
3k views
TFS Burn down charts
I want to create a simple ssrs report showing rolling burndown chart for each team member in a particular iteration/sprint. So if 5 members are on the team then there should a burndown chart for each ...
2
votes
1answer
33 views
Install Business Intelligence studio 2008
I need to work on SSRS and for that I would need BIDS. I have installed SQL Server 2008 R2 Express Edition with Advanced features, also I have VS2008 installed.
How can I get BIDS installed on my ...
2
votes
1answer
50 views
Reporting services 2008 R2 web services api - how do I manage security permissions?
I'm writing a powershell script to deploy a number of reports to SQL Server Reporting Services 2008 R2 using the SSRS web services. I'm pretty happy with the approach, it was easy to create a new ...
2
votes
2answers
44 views
MDX using except doesn't work
I have the following Problem:
Select
{
[Measures].[PerformanceTotalYtd]
} on columns,
Non Empty{
...
2
votes
1answer
34 views
Multiple Versions of SQL Reporting Services ReportViewer
I have a simple ASP.NET application that use the SSRS ReportViewer control.
I was wondering if it is possible to support multiple versions of this control within the application?
My application ...
2
votes
1answer
80 views
How to fetch Physical SQL Query from a Semantic Query in RDL file?
How to fetch Physical SQL Query from a Semantic Query in RDL file?
We have some following steps to go ahead while extracting the Semantic Query from RDL
Extract the Semantic Query from RDL file
...
2
votes
1answer
24 views
Set visibility when printing report
I have a report that I would like to display with some data hidden on default, toggled by another textbox. No problem. When you export that report to PDF, you still have access to the data by ...
2
votes
1answer
60 views
DataMethod Parameters in SSRS
I wrote a datamethod for my SSRS report as seen below. I created a parameter called county and it is working fine.
When I tried to change the multivalue property of the parameter to true it stopped ...
2
votes
1answer
175 views
SSRS tablix column CanGrow property for width?
I'm working on a tablix in SSRS 2008 and want my columns to autosize (width only) to their contents. CanGrow only affects height. Is there a property I'm missing or any way to otherwise rig the ...
2
votes
0answers
64 views
Report Viewer for iPads
We have a reporting solution based on SSRS, but now, we have a requirement to support these reports in iPads as well...Is this possible with ReportViewer Contol? If not is there any other controls out ...
2
votes
1answer
56 views
How to make zero tablix data rows appear?
I am developing an SSRS 2008 report. I created a tablix, however, when I view this report one of the rows has zero entries. This row is not showing in the output. How can I make it show regardless ...
2
votes
1answer
29 views
SSRS Chart Column Titles Missing
I'm currently working on a report to display the number of consented patients by disease group and my column titles aren't displaying for every column. For whatever reason, they are alternating thus ...
2
votes
2answers
124 views
How to consume a WCF service with SSRS 2008 R2
Are there any good tutorials available for querying for WCF services from within SSRS?
My WCF service is running fine, but when I try to query it from SSRS, I get contract mismatch exceptions. Some ...
2
votes
0answers
256 views
Advanced Gantt Chart for SSRS2008
I have been working in SSRS 2008 r2 to produce some complex reports. it seems to meet 80% of our reporting requirements. However, when it comes down to more complex reports, it turns into some pain in ...
2
votes
0answers
291 views
SSRS 2008 R2 Chart - Display Chart average and Group average
I have the following requirement for a report.
I have a repeating bar chart within a Tablix region (grouped by individal). On that chart, I need to display the percentage of a value (call it sales) ...
2
votes
1answer
210 views
Is it possible to use an SSRS 2008 R2 ReportViewer Web Part in a standard Asp.Net WebForms app?
I need to build a dashboard-style web app using SSRS 2008 R2's report viewer, but my client doesn't want to purchase Sharepoint, and doesn't want any 3rd party controls beyond SSRS.
Can the SSRS 2008 ...
2
votes
1answer
136 views
SSRS 2008 - refresh report without requerying data?
I have four parameters on my report. Three of them are required for the underlying stored procedure data source, but the fourth parameter is just used to show/hide items on the report.
If the user ...
2
votes
2answers
769 views
CRM 2011 and SSRS - Generating a report for a single record
Is it at all possible using CRM 2011 and SSRS to generate a report on a single record, and only get results for that one record?
EDIT
Additional Info - Must Use:
Custom SSRS report
Custom entity in ...
2
votes
1answer
115 views
How to Output CSV and Tab Delimited files With Different Fields in SSRS
Is there a way to output two separate data outputs in SSRS 2008 R2 from the report server with different columns?
Thanks in advance.