Microsoft SQL Server 2008 R2 Reporting Services provides a server-based platform designed to support a wide variety of reporting needs enabling organizations to deliver relevant information where needed.

learn more… | top users | synonyms (1)

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 ...
16
votes
3answers
18k views

rdlc report in vs2010, how do i repeat column header on every page?

How do I repeat column header (captions) in RDLC reports? It says here http://msdn.microsoft.com/EN-US/library/735D1EE7-3C89-46D8-A346-504DB10F33E1.aspx#TableNoGroups: To repeat or freeze column ...
16
votes
4answers
26k views

Reporting Services permissions on SQL Server R2 SSRS

I'm getting the error below when I try and access SSRS on SQL Server 2008 R2 I'm not sure how many others have started using SQL 2008 R2 SSRS, but I am having an issue with getting the error below ...
15
votes
9answers
12k views

SSRS 2008 R2 reports are blank in Safari and Chrome

I migrated our reporting services from version 2008 to another server version 2008 R2. In version 2008 the reports work fine on Safari. The new version 2008 R2 the reports do not show up at all. All I ...
14
votes
0answers
572 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 ...
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 ...
10
votes
3answers
2k 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, ...
9
votes
2answers
14k views

Inserting a Page break into an SSRS report

I have a report in SSRS that contains 12 subreports. After each subreport, I need to insert a page break so that each subreport starts on a new page and doesn't share pages with the other subreports. ...
9
votes
2answers
9k 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 ...
8
votes
1answer
3k views

Working with Time Zones in SSRS

We store all our dates SQL Server 2008 database in UTC time in DateTime columns. I'm using SSRS to create reports and I need to convert all the times on the reports to the Time Zone of the computer ...
8
votes
2answers
15k views

Passing Credentials to Sql Report Server 2008

I am pretty new in C# and my English is not so good - sorry in advance if I miss a point. I tried to build an ASP.NET web site with a ReportService control. As you might already know, SSRS 2008 does ...
8
votes
4answers
6k 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 ...
8
votes
3answers
4k views

Generate report from URL - SQL Server Reporting Services 2008

I have SQL Server Reporting Services 2008 and when I open the following URL: "http://localhost/Reports/Pages/Report.aspx?someReport" I'm getting report screen in which I fill my parameters and ...
8
votes
5answers
3k 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?
8
votes
1answer
348 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
1answer
1k views

SSRS Check Filtered Group RowCount

I would like to check the RowCount of a filtered group from without the scope of the group. I particularly would like to know when the group is empty so that I can set the Hidden property on ...
7
votes
1answer
17k views

Reporting Services 2008 - The report server installation is not initialized

I am trying to set up Report Server 2008 on a separate machine to the Reporting Services databases which are on a SQL Server 2008 R2 machine. I configure everything in the Reporting Services ...
7
votes
3answers
5k views

How to edit SSRS 2008R2 Reports in Visual Studio 2012?

I'm a report writer who's been able to edit/update reports in Visual Studio 2008 (we use SSRS2008R2). I've just installed Visual Studio 2012 and when I go to convert my reports project it's not ...
7
votes
3answers
2k views

How do I open an .rptproj in Visual Studio 2010?

I have a Visual Studio 2010 solution that contains an .rptproj type of project. One of my colleagues is able to open that solution in Visual Studio 2010 SP1 just fine. I've seen it work. However, when ...
7
votes
2answers
377 views

SSRS check if user in group using Custom Assembly

I have created a Custom Assembly for my SSRS Project. The Custom Assembly has got 2 functions, IsInGroup and MyTest: using System; using System.Collections.Generic; using System.Text; using ...
6
votes
2answers
8k views

SSRS chart does not show all labels on Horizontal access

My SSRS report does not show all the labels on the horizontal axis. Please see below. Note how the red arrows point to the few that do show. So my question is, where are the rest of the labels? ...
6
votes
2answers
6k views

How to display a time span of seconds in hh:mm:ss format in Reporting Services

In MS Reporting Services 2008, I have a field that is a duration stored as seconds. Is there a slick way to get it into hh:mm:ss format in a group section of the report?
6
votes
3answers
8k views

What is the difference between matrix and a tablix?

In Reporting Services. When I drag in a matrix, am I effectively dragging in a tablix? A tablix is a hybrid of table, list, and matrix. I understand (at least I think I do) the difference between a ...
6
votes
3answers
5k views

Using Fields in Multiple Datasets in SSRS

I understand Crystal Reports has fallen out of favor with some in the development community and perhaps rightly so: I haven't used it in about 15 years. But when I did, I could make it sing. Perhaps ...
6
votes
1answer
10k views

Hide row (and remove whitespace placeholder) of tablix in Reporting Services 2008

I have a row in a tablex that I want to hide based on a condition. I can do this with the visibility property and also using CanShrink as well is an option. I've tried both of these and the best I ...
6
votes
1answer
6k 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 ...
6
votes
2answers
6k views

Make hidden table column take no space in SSRS 2008 R2

Has anyone figured out a good way to make a hidden table/matrix column take no horizontal space? I could use some crazy conditionals to dynamically determine the contents of the columns (effectively ...
6
votes
2answers
1k 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 ...
6
votes
2answers
5k 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 ...
6
votes
3answers
2k views

What has .Render() on SSRS2000 WebService been replaced with on SSRS2008?

We've recently upgraded one of our SSRS2005 servers to SSRS2008 and have found that all of our applications that utilized the reporting services web service for producing reports no longer works. The ...
6
votes
1answer
1k 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 ...
6
votes
6answers
21k views

Empty or Null value display in SSRS text boxes

Using SSRS (2008) what is the best way you have found to handle null or empty values and replace them with something else to display. The quite obvious solutions is ...
6
votes
2answers
4k 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. ...
6
votes
1answer
1k views

SSRS Reports IE8 ScriptResource.axd compression/decompression error

Following on from this question: SSRS IE8 JavaScript Error Invalid Character ScriptResource.axd This is an issue that I really need a resolution for. I have more information now regarding this and ...
6
votes
2answers
1k views

ssrs setting column visibility on rowgroup

I'm trying to hide a column but it belongs in the RowGroups area. Unfortunately, the Column Visibility is greyed out and disabled. I'd like to just hide the column under certain conditions (using ...
6
votes
1answer
1k views

Pagebreaks in RDLC Subreports don't appear

I am trying to represent a parent-child-grandchild relationship in a SQL Server Reporting Services RDLC report. The report is rendered into a reportviewer control that is hosted in a WPF app. I am ...
6
votes
4answers
8k views

How to create totals row for grouped columns

If have an rdlc-report with grouped columns within a tablix (table). I want to add a footer row that spans all dynamically created columns and shows a total for all columns together. How can I tell ...
5
votes
5answers
20k views

I want to Repeat Page Header on each Page for reports.Repeat on NewPage is not appearing in properties of Tablix member in SSRS 2008

How to Repeat Page Header on each Page. Repeat on NewPage Property is not appearing in ssrs 2008 tablix memeber property
5
votes
4answers
12k views

Slow Startup of SQL Reporting Services 2008 in Native Mode

We are experiencing a slow start up time on the first report request of the day, or when there have been no report requests for an unknown period of time. In SQL Reporting Server 2005 installations ...
5
votes
6answers
19k views

How to get named excel sheets while exporting from SSRS

Whenever a single page report is exported to excel, sheet in excel is named by the report name. If a report has multiple pages, the sheets are named as sheet1, sheet2,.... Is there any way to specify ...
5
votes
1answer
3k views

WHERE clause in SSRS expression

What's the syntax for inserting a WHERE clause in an SSRS expression? I am using BIDS 2008. =Sum(Fields!QuantityToShip.Value) WHERE FIELDS!Program.Value = "FC" The code listed above represents the ...
5
votes
4answers
5k views

Using Shared Dataset in Subreport

Greetings! I am using SSRS with MS SQL Server 2008 R2, which has the new feature of supporting shared datasets. First, I created my shared dataset, and made sure that it worked correctly and had a ...
5
votes
5answers
2k views

User '' does not have required permissions, SSRS 2008 on Windows 8

When you try to log into SSRS's root site at http:// (servername)/Reports it displays: User '' does not have required permissions. Verify that sufficient permissions have been granted and Windows ...
5
votes
1answer
208 views

passing fields collection into assembly method

I have an SSRS 2008 R2 report with some custom code that operates on multiple fields from the dataset. To simplify calling it (two parameters instead of 8), I pass the Fields collection into the ...
5
votes
2answers
4k 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 ...
5
votes
1answer
1k 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 ...
4
votes
3answers
3k views

In SSRS 2008, is there any way to add all dataset fields to a table at once?

I'm working with SSRS for the first time. When adding a table to a report, is there any way to add all fields of a dataset to it at once or does it have to be done individually? Drag & drop, ...
4
votes
2answers
4k views

SSRS 2008 - Dealing with division by zero scenarios

We're running into a problem with one of our reports. In one of our tablixes a textbox has the following expression: =Iif(Fields!SomeField.Value = 0, 0, Fields!SomeOtherField.Value / ...
4
votes
1answer
10k views

SSRS 2008 Fixing the Row Header

In SQL Server Reporting Services 2008, I cannot always fix the Header row of a Tablix. Right-clicking the tablix and checking Repeat header rows on each page accomplishes nothing. Expanding the group ...
4
votes
3answers
225 views

Page number in landscape reports

Please consider this custom report: I want to generate that page number automatically on all pages. I have some landscape pages. I want to place the page number in the footer, but I have problem ...

1 2 3 4 5 52