Tagged Questions
The reporting-services-2008 tag has no wiki summary.
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 ...
2
votes
2answers
2k 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 ...
1
vote
2answers
382 views
Use an Aggregate function in Sort Expression
I have a report which uses a dataset returned from a stored procedure. There are two key columns: Name and Value
I am using this dataset for two tablixes. The first is just a straightforward tablix ...
1
vote
2answers
3k 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 ...
1
vote
0answers
286 views
Reporting services using assembly function with optional parameters
I have a ReportingServices report with an optional integer parameter. The parameter is nullable.
Report uses an Assembly for localization and formatting of strings in textboxes. The assembly has ...
1
vote
2answers
143 views
Reporting Services Text Case
Is there a way in Reporting Services of managing the case of text when rendering a report.
The data in the database has a
RANDOM mixtures of CAPS
and on the reports they would like to see
...
1
vote
2answers
441 views
Vertical Axis in chart repeating values - SQL Reporting Services 2008
Hi i have the following problem.
I'm doing a chart in SSRS 2008. I'm doing a count and the result of the count is 2.
Because of the little count the chart is repeating th values on the Y axis. This ...
1
vote
0answers
284 views
Problem with Forms Authentication and Reporting Services
I have a working production environment of SQL Server Reporting Services 2008 that is configured for Forms Authentication. I have been trying to setup a new environment that uses the same custom ...
1
vote
2answers
1k 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 ...
1
vote
1answer
684 views
Reporting Services 2008 - Can you link 2 datasets together?
I need to be able to join 2 datasets together. I can't do it in a query because each dataset comes from very difference datasources (one is SQL Server 05 and the other is IBM iSeries). And I can't do ...
1
vote
1answer
441 views
What installer contains the Microsoft Business Intelligence Development Studio 2008?
My installation of Visual Studio Team System 2008 (Development Edition) does not have it. I can't find it in the SQL Server Enterprise 2008 installer either.
0
votes
0answers
145 views
Cannot add Reporting Services to an existing instance of SQL Express 2008
I have a running instance of SQL Express 2008 on my machine.
I need to add Reporting Services to this instance.
According to the docs, I need to download SQL Express 2008 with Advanced Services, and ...
0
votes
3answers
618 views
Reporting services put data from two DataSet rows in one tablix cell
I need to create report with table which looks like this
Country 1 Country 2 Country 3 Total
Category 1 1(2) 2(1) 5(6) 8(9)
Category 2 2(3) ...
0
votes
0answers
174 views
Tablix, changing the order of the columns or rows
I have a tablix, or matrix, which I've added to a report definition (rdlc) file. I finally got it to display all the information with totals. I'm using Visual Studio 2010. The last step is to order ...
0
votes
2answers
279 views
Email subscriptions to exchange groups
I am attempting to set up a subscription on my report server that will send out an email to a outlook email group. However when I specify the group in the To: field on the report server I get the ...
0
votes
0answers
134 views
Has the conditional visibility and page breaks bug been fixed in SQL 2008 RS?
Has the conditional visibility and page breaks bug been fixed in SQL 2008 RS?
I looked at this entry already but the solutions offered didn't work for me so we're looking at possibly upgrading to ...
0
votes
0answers
163 views
Reporting Serivces - Set Chart DynamicWidth based on width of Page or other ReportItem
I have a SQL 2008 Reporting Services report, with a chart, and a matrix below it. The matrix grows to the right, the chart does not. So, I would like to set the DynamicWidth property of the chart ...
0
votes
2answers
1k views
Reporting Services: Merge Data From Two Data Sources Into a Single Table Row
I have a SQL Server DB and a Oracle DB. I'm writing a report that needs to combine data from those two sources into a single report. What is the best way to do this?
0
votes
0answers
134 views
Rich Text Format support in Cystal Report and MS Reporting
I am trying to convince my boss to switch from VS2008 CR to VS2008 MS Reporting. But one issue I have with VS2008 is that the MS Reporting does not support Rich Text Format.
From MSDN forums, I ...
0
votes
1answer
136 views
How do I eliminate the credential requirements on my development machine
I've got SQL Server 2008 with SSIS/SSRS installed on my development box. I followed through the installation notes and everything appeared to install just fine - no errors or anything. I've got it ...
0
votes
1answer
617 views
SSRS R2 Deployment issue with lookup built in function
I have a SSRS R2 report built and it works fine on the preview tab but when I try to deploy the report to the report server I get the following error:
Error 1 The Value expression for the ...
0
votes
1answer
573 views
SQL Server Reporting Services: combine initial rendering level and interactive expansion
I have a report in SSRS 2008 that shows data aggregated from four levels of grouping. I'm using the ASP.NET ReportViewer control to show the report on my webform.
If I show all four levels in detail, ...