Tagged Questions

SQL Server Reporting Services (SSRS) is a server-based report generation software system from Microsoft

learn more… | top users | synonyms

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

How to add an image to an SSRS report with a dynamic url?

I'm trying to add an image to a report. The image src url is an IHttpHandler that takes a few query string parameters. Here's an example: <img ...
5
votes
3answers
2k 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?
5
votes
5answers
287 views

Sql Server Reporting Services vs Reporting Via .NET Application

My boss wants me to create a few reports in the near future and I think he wants to use SQL Server Reporting Services to deploy the reports. I'm not so sure this would be such a great idea considering ...
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
1answer
353 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
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 ...
4
votes
3answers
1k views

SSRS 2005 How to Print 4“ X 3” label as Portrait.. SSRS assumes Landscape

I have a SSRS 2005 report form that is printing to a Zebra ZDesigner TLP 2844-Z label printer. The Interactive and Page sizes are set to 4" wide by 3" high. Since there is no paper orientation in ...
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
2answers
147 views

Crystal report (or SSRS) flowing text around image

The title says it all, I want to have this layout in Crystal Reports: How can I do this? If it cant be done in CR or SSRS, is there any other alternatives?
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
2answers
2k views

How to filter SharePoint List using CAML query?

I am doing SSRS to retrieve data from two SharePoint lists. One is the viewing part and the other is for the filtering part. This is easily done on a SQLServer database Data Source, but how can it be ...
3
votes
2answers
902 views

IN SSRS, is there a way to disable the rdl.data file creation

In SSRS, I noticed that the rdl.data cache files are being stored on my dev machine. Are these files also stored on the Reports Server when reports are run? If so, is there a way to avoid creating ...
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
47 views

Zero-pad a number in SSRS

I am customizing an SSRS report, using an existing DataSource and DataSet. I can't edit the DataSet definition (no permissions and I'm not going to get it), so I have to work with the data provided. ...
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
0answers
14 views

Use a report for 2 or more systems with different databases

In my project I've a general folder for all my reports. I want to run these report for 2 different systems, (same server, different databases, same store procedure) after I deploy I created 2 folder ...
2
votes
1answer
211 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
2answers
773 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
995 views

SSRS show/hide tablix column programmatically based on parameter in rdl file

I have a SSRS rdl file that contains a 3-column tablix table, I want to show and show any of the columns programmatically based on the rdl paramter. I can achieve that by setting the Hidden property ...
2
votes
1answer
65 views

Complicated AVG within date range

I've got a table with a tracking of a plant's equipment installation. Here is a sample: ID Name Date Percentage 1 GT-001 2011-01-08 30 2 GT-002 2011-01-11 40 3 GT-003 2011-02-02 30 ...
2
votes
1answer
531 views

How to display time value in a given string format within SSRS report?

I want to Display time duration in SSRS report My DB field is time in SQL. It converts Timespan in SSRS. format is : 1:00 PM - 3:50 PM How can i do this ? Fields!StartTime.Value.ToString() + " PM ...
2
votes
1answer
286 views

SSRS: How to keep a table footer together with last detail of last group?

I have a problem that is related to one which has already been answered, but slightly more complex, so unfortunately, the supplied answer doesn't help me. I'm using a Tablix control (Table1) to ...
2
votes
1answer
423 views

Build/Deploy SSRS with TFS 2010

I am trying to build and deploy an SSRS project (rptproj) but MSBuild does not support this project type. What can I use to build and deploy this project? Do you have any links to examples? I looks ...
2
votes
1answer
140 views

SSRS 2008 partial string formatting

Say I have a data field (call it Results.MyString) that looks like this in a text box in my report: Some text here for all to read. Also, say that I have a data field (call it Results.MyParam) ...
2
votes
1answer
215 views

Does SSRS 2008 support the XML Datatype in SQL Queries?

I have an query that uses the XML data type. (You can see the query here.) Just to be clear that means that my query has something like this in it: declare @xmlDoc XML When I try to paste my ...
2
votes
2answers
276 views

What is the difference between ReportService2005.asmx and ReportExecution2005.asmx Web Service Endpoints in SSRS?

Does anyone know what the difference is between the two web service endpoints ReportService2005.asmx and ReportExecution2005.asmx in SQL Server Reporting Services? is there an article that I can go ...
2
votes
1answer
67 views

Writing vertically in an SSRS

Is it possible to write vertically in SSRS? For example I want to show page no. vertically on the right hand side of the report. Thanks Furqan
2
votes
1answer
44 views

Code for loading a picture from any folder to data report

I know how to embede pictures to the data report but I need to load custom pictures on the data report chosen by user from any folder. Please advise how to do it. Thanks and best regards, Furqan
2
votes
1answer
163 views

Is it possible to show/hide SSRS PageNumber programmatically?

Is it programmatically possible to hide the page number label which is shown in SSRS Report ? Currently it is shown in the PageFooter of the report. Thanks in advance.
2
votes
1answer
145 views

How pass in the URL Cascading Parameters?

I'm using SSRS 2005 and I passed through the URL parameters to my report, but I only accept the first parameter and the second not because they are cascading, meaning that the parameter SecondAge ...
2
votes
4answers
444 views

open ssrs report in Excel format via 'normal' url with webrequest returns 401

i want to download a ssrs report in Excel format in code. So i first checked the url: it is correct then i created a webrequest, with a NetworkCredential for the same user which can open the link in ...
2
votes
2answers
527 views

Dynamic SSRS report

I had a problem in creating the Dynamic report in SSRS. My problem is: In a table I have stored SQL scripts with the column SQLScripts. If you execute these SQL scripts you get different number of ...
2
votes
0answers
383 views

WPF 4 Embeding Report Designer

Is it possible to embed the Visual Studio 2010 report designer functionality into my WPF application? Initially I was considering the use of Report builder, but for providing ad-hoc reporting ...
2
votes
1answer
422 views

Always select all in SSRS cascading parameters

I have 2 parameter lists. 1 is Owner and 1 is unit which is dependent on owner. These are multiselect parameters. By default select all is chosen for both so right when you enter the report select ...
2
votes
2answers
137 views

SSRS if string says this then change it to this

I have a field in SSRS and it returns from SQL saying "Incomplete" In SSRS I want to say anytime this field says "Incomplete" to change the string to "Pending" This has to be done in SSRS. Thanks!
2
votes
2answers
650 views

How to pass a parameter to SSRS report from SSIS package?

I'm writing my first SSIS pkg and I'm stuck. Any insight would be greatly appreciated. I'm running a sql agent job that kicks off a SSRS report. (The job was generated via a scheduled ...
2
votes
4answers
4k 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 ...
2
votes
2answers
1k views

Render SSRS .RDL to PDF and just open it

I tried to be the most descriptive I could. Ok, so since I've never done anything like this before, I guess it's better to ask before starting at all to just don't get the whole process wrong. We ...
2
votes
6answers
5k 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 ...
2
votes
1answer
359 views

Embeding SSRS report viewer in Delphi

Perhaps this question is naive, as I am just starting with ssrs. This is a large Delphi (2009) application that currently uses Crystal (activex) for reports. We are wanting to move to ssrs but would ...
2
votes
3answers
2k views

Getting windows account username of the client accessing the ssrs report

Is there a way to get windows account username of the client accessing the ssrs report. If user is accessing reports on server B from machine A how can we get the user's windows username in the SSRS ...
2
votes
1answer
950 views

SSRS 2005: Group page numbers resetting, view xx from xx

I tried to find any solution, saw a lot of similar questions on different sites, but still have no appropriate solution. So, the situation is following: On SQL Server 2005, Reporting services I have ...
1
vote
1answer
27 views

Change background color of a cell based on value from previous details value

I have a custom report that shows some numbers in the form of a simple table report. The problem is changing the background color of a cell based on previous data. Consider this image: I want to ...
1
vote
1answer
36 views

Page Breaks in SSRS based on column values

I have a report whose layout is as follows: Region: NORTH City Net Sales Profit/Loss(%) NY $1000 10% -- -- Region: WEST City Net Sales ...
1
vote
1answer
82 views

Invalid column name “USER_SOURCE”

I have a stored procedure which is returning a result in an xml @Data output parameter To assign data in xml code is SELECT @data= ( SELECT DISTINCT CONVERT(varchar(2),u.USER_SOURCE ) ...
1
vote
1answer
42 views

VS 2010 Add second page to .rdlc report

I have an existing report that works fine. I"ve been asked to add a second page to the report that displays a mailing address. I just need a second blank page with a mailing address. I'm using ...
1
vote
0answers
43 views

how to manage Kerberos Authentication Issues in a Reporting Services 2008 r2 Environment

I have few ssrs 2008 reports.I have created group of users and gave all required permissions to that group. Now when I am running those reports I am getting strange error. Login failed for user 'NT ...
1
vote
1answer
39 views

Upgrading Reporting Services Report from VS2008 to VS2010

I am trying to convert a reporting services file from VS2008 to VS2010. It is filled and saved without using the ReportViewer. The following steps causes the error. Open the project in VS2010. All ...
1
vote
2answers
72 views

MS Dynamics AX 2009 SSRS reports

I have to create AX 2009 ssrs reports. In my machine I only have Visual Studio 2008. All data and tables are in AX 2009. Do i have to install AX 2009 on my machine or there is a way to fetch records ...

1 2 3 4 5 10