reporting-services

How do I export reports from Reporting Services 2005 to Excel without the references to other cells?

Hi, I am using Reporting services 2005, and am exporting the reports into Excel. Everything is fine except for cells that have been referenced to. An example is this: textbox1 has the value 10 textbox2 has the value 20 the formula in textbox3 is =ReportItems!textbox1.value + ReportItems!textbox2.value textbox3 would have the correct ...

How do I get to choose year and month along with date in SSRS Date Picker (Calendar) Control?

I see the date picker (calendar) control on my report giving out an option to pick dates as parameters for a report. However if the user want to select an older date (01/01/2000) through calendar, he/she has to scroll back month at a time all the way to Jan 2000 month to select 1st date. Is there a way to incorporate year and month pi...

SQL Reporting Services - Cryptic Warnings

I'm using reporting services in local processing mode. I'm setting the report data to a Dataset pulled from a sql database. When I come to render the report I get two warnings: The data set ‘PPA_Dev’ contains a definition for the Field ‘EMail’. This field is missing from the returned result set from the data source. The data set ‘PPA...

SSRS Grouping multiple tables based on Multi Value parameter

I have a report containing seven tables, each table returning a different set of values for a list of id's selected in a parameter list. I have the tables enclosed in a rectangle so that they print together. Now I would like to group the results based on the id passed in from the multi-select parameter. So if I have a list of four ids i...

Re-use business logic from MVC Application (DLL) in Reporting Services

I have a business object that compiles into a DLL that handles all calculations for my system for concepts such as eligibility, etc. The object also handles the connectivity to the DB via some wrappers around it. Is there anyway to take this .NET DLL and use it as a datasource for a reporting services report (SSRS)? We don't want to...

Reporting Services, how to use a connection string from a query result

A report needs to be run on multiple sites, each with its own connection string. These site names and connection strings are stored centrally. I want to make a report that Accepts the site name as a parameter Queries for the sites connection string Uses the sites connection string to get the report's data I've tried using two data ...

SQL Server Reporting Services: Limit Legend to One Series for Chart that has Multiple Series

I have a chart with these characteristics: chart type is XY (scatter ) all XY data have x-values that are integers; they are called "Update Cycle" numbers. This represents "score" data from a given program. in addition to the values that produce the XY data, I've added two other elements to the "Values:" list: one that is the average ...

Subreport's page headers missing in main report, SSRS

Hi, I have a SSRS report having 3 tables, one after the other, showing data from 3 different datasets. All in one RDL now. But now i realized that i need 3 page headers depends up on the table and the dataset in each page's result. Is there any possibility to do so? i tried creating the there tables as three different rdl with ...

Reporting Services incorrect icon on show/hide group

I have created a parameter on a report that allows the user to open all the group details or hide group details when the report is run. This works, but when you run the report and select to expand the groups, the little icon use use to show/hide on the report is a + symbol instead of a - one. While the actual report is right, i can se...

SSRS: 2005, CSS not applied on first column

Some of our reports aren't displaying properly in Firefox - the first column lacks any css. After investigating, I'm finding: <tr> <td style="HEIGHT:6.93mm" style="...">1st Column</td> <td style="...">2nd Column</td> <td style="...">3rd Column</td> </tr> When I remove the style="HEIGHT:6.93mm", it renders properly in Firefox. ...

DataSources folder in MVC?

Is it possible to access to the "DataSources" window in Visual studio in an MVC project? We are trying to use Report Viewer in our MVC project. Tutorials for setting it up use the DataSources window, but I think this is just a WebForms project feature. Can anyone confirm that that is the case? ...

Reporting Services Hyperlink to Report in Another Project

I need to set up a hyperlink in a report in one reporting services project to a report in another project that's part of the same solution. The standard "Specify a Report" option allows linkage only to reports within the project. Is there a way around this? ...

Chart on reportviewer does not load automatically

Chart on reportviewer does not load unless i click view report button when combolist parameters are passed. All the selected parameters are passed correctly and report loads only after clicking 'view report' button on the report viewer. I have this report viewer on an ASP.NET page and my parameters are passed using session variables cre...

Displaying a Number in Words in SSRS

I work on VS05 C# window .In my rdlc report i want to show my group amount in word... like in my group i got the agount 1000 ...now i want to show that in word....but how? I know how to convert amount in word, but problem arise when i use it on my group....how to convert group amount in word in my need .......is there any built in method...

What is the best way to lay out nested data in SQL Server Reporting Services 2005?

I am attempting to create a report that contains a list nested within another list to produce the following layout: User name: Bob User info: Interesting stuff about Bob Permissions: Administrator SuperUser User User name: Next user etc... The data looks like this: ...

REporting Service Rotating The Text

I am working on a Reporting Service (SQL SErver 2005 ) I have a text, lets sey "Hello World" I want to write it in " H e l l o W o r l d " format. I used the Writing Mode property of Text Box and i also tried other wyas but i didn't achieve the right format. Is there any expression or something else that ai can use. ...

Can I use data in a query in the Page Header of a Reporting Services report?

I am pretty sure I cannot, but I would just like to double check - can I use data in a query in the Page Header of a Reporting Services report? Thanks! ...

Error : The request failed with HTTP status 404: Not Found. when open sql report

when i open my report built in sql from my application i get the error. The request failed with HTTP status 404: Not Found. ...

Can parameter be greyed out in SSRS 2005?

Hi, In one of my SSRS report i had a requirement asking to grey out one parameter based up on the selection of some other parameter value. i did a work around and couldn't find anything of that sort. Is there any other way that i should know? Thanks, San ...

Reporting services, Excel rendering problem reporting services

Hi, I am rendering my report in excel from reporting services. Sometimes, when a cell value contains mutiplelines of text, it just stops with the first line. I found a kind of work around in this link http://www.kodyaz.com/articles/reporting-services-excel-rendering-autogrow.aspx But it doesnt work everytime. I compared the xml with othe...