SQL Server Reporting Services (SSRS) is server-based report generator from Microsoft. It provides a full range of ready-to-use tools and services to help you create, deploy, and manage reports for your organization, as well as programming features that enable you to extend and customize your ...

learn more… | top users | synonyms (6)

0
votes
0answers
47 views

There is already an open DataReader associated with this Command which must be closed first SQL Reporting Services

I am getting the 'already an open DataReader associated with this Command which must be closed first'. I have enabled MARS but I still get the error. I'm using SQL server 2005 and I'm doing this ...
1
vote
1answer
43 views

What is the difference between a click through and a drill through report in ssrs?

I was asked this question yesterday and I didn't know the answer. I'm a total ssrs noob so if you could explain it thoroughly that would be helpful. What is the difference between a click through and ...
0
votes
1answer
33 views

SSRS : Fiscal Grouping

I need to group within my SSRS report by Fiscal Week, Month and Year. I'm having the user select a date then referencing a created table that houses the fiscal week, month year etc. for that calendar ...
0
votes
1answer
41 views

SSRS date issue

I have a query that is used in SSRS that reports summary and detail from a view in SQL Server 2008. The problem I am having is that I cannot get the date range to calculate correctly. This is the ...
0
votes
1answer
9 views

Can't access deployed report

I am working with SSRS on a windows 2008R2 installation and the report seems to have deployed but when I try to access the report I keep receiving, 'user' does not have required permissions. Verify ...
1
vote
1answer
29 views

Cannot a select query fields in Report Builder 3.0

The following is the query that I have entered in the Report Builder Dataset. However, I can only see the variables for first Select * from #Temp and not the variables from the second select ...
0
votes
1answer
57 views

Column Color Change issue in SSRS

I have an issue here with a column operation. I have 2 DrillDown s for this particular Table.I have a column which returns 1 (Flag) on a particular date. This is the detailed row. Now , on top of ...
-1
votes
2answers
44 views

SQL Query randomly stopped working?

I have an SQL query that provides information for an SSRS report. The report stopped working today and I've checked the query and its not working either. I cant see anything wrong with the query but ...
0
votes
1answer
20 views

How to find only failed user details in SSRS 2008 R2?

I want to find only failed user details, but the below query is giving duplicate records. I am not able to find a proper solution. To find failed job details I'm using the below query: select * from ...
0
votes
1answer
22 views

SQL Server Report Builder Page Details Format

I have a report done in MS Access 2010 which when opened displays data which is grouped into two groups (items of type A and items of type B). The items of type B is exponentially more than the items ...
1
vote
1answer
47 views

Hide Column in SSRS

I am using SSRS 2012, and Excel 2010, I want to hide a column when Exporting to Excel, after looking through some of the forums it seems the best way to do this is by going to the Column or Text box ...
2
votes
1answer
45 views

Clickthrough links not working in snapshot of linked report

I have a linked report, which is running fine. It is cached, there is a cache refresh-plan, that all works fine. But I would like to use it as a snapshot. So I enabled 'Render this report from a ...
1
vote
1answer
17 views

SSRS scheduling - time change issue

I have come upon with an issue for scheduling in SSRS. For instance, if I was to set a start time of a schedule to be at 8:00am from the client (in DST), SSRS will save it as 7:00am of the SSRS ...
0
votes
0answers
30 views

Problems setting HttpResponse Content to Office Open XML document created programatically

I have an ASP.Net, not MVC, Web App that I am maintaining, modifying. In it one of the things that we do is render reports as Word, Excel documents. SSRS 2008 is rendering these documents as non- ...
0
votes
1answer
39 views

SSRS to Excel missing images and header when access via url

I am loading an SSRS report from an intranet site. When I go to the SSRS Report Manager and export the document to Excel it exports with all the items. However when I do the same thing but through ...
-1
votes
0answers
23 views

Displaying barcode in SSRS

I am having problem displaying the barcode in SSRS report. It just displays the encoded plain text version of the barcode but not the real barcode. I restarted the sql server and also made sure that ...
0
votes
1answer
28 views

Blank space Issue while navigating betwen the charts in one report

In ssrs, I have a report which has four charts in it. The four charts has the same design. when i preview it,the first chart is set to shown by default and we have a link on first chart that should ...
0
votes
1answer
60 views

Total Row Count for Grouped Values in SSRS 2008

I have a report that displays names of all accounts and activities performed under each of them. AccountName: ABC Corp Activity: Installation I want to group the AccountName and get the total ...
0
votes
1answer
39 views

Get Year from a Parameter with a date function

I need to get the year YYYY from a parameter (@PrmEnd2) with a default value = DateAdd("d" , -1 , DateAdd("m", -3, DateSerial(Year(Now()), Month(Now()), 1))) I have tried ...
1
vote
3answers
161 views

Displaying barcode in SSRS report

I am trying to display the barcode in the SSRS report. I have created a field in the report for barcode in the visual studio and changed the font type to BC C39 3 to 1 Wide format. The corresponding ...
0
votes
1answer
29 views

Error when trying to read the .ini file from .nsi script

I have to write a NSIS script for deployment the report on the server.It works fine when I am using localhost. Now I want to send this package to my client but the problem is that I don't know the ...
0
votes
0answers
11 views

Setuser failed because of one of the following reasons:

I have an issue, I have been trying every suggestion I stumbled upon but to no avail was I able to find the right solution. I have setup an SSRS (SQL 2008 R2), when I tried to view/execute the ...
-1
votes
0answers
41 views

How to find that whether the reporting services' session is expired or not?

I implemented Custom Authentication for Reporting Services, and I keep the token in a Cookie. I run the reporting services' web service and the website on two different machine, at first time that the ...
0
votes
0answers
34 views

How to set hidden parameter in a subscription

We have an SSRS 2008 (not R2) report, which returns data for 2 different customer class types in a single datatable. I have a request to have this report sent via email automatically to the user as ...
0
votes
1answer
66 views

Repeat Table Header with Subreport RDLC

I have a table with subreport. Both have similar columns as described below: *ID *Account *Amount 1 Account-1 $100 --1.1 Account-1.1 $50 --1.2 Account-1.2 $50 2 Account-2 ...
2
votes
1answer
59 views

how can i concatenate fields inside of my dataset?

i have a dataset, dataset1: i am trying to do: select col1+col2, col3 from mytable this does not work; however this is no problem: select col1, col2, col3 from mytable how can i concatenate ...
0
votes
1answer
27 views

SSRS percentage of a total

I would like to be able to get the percentage of each row with relation of the whole total. Here is my formula: =COUNTDISTINCT(Fields!ID.Value, "NameOfRowGrouping") / COUNTDISTINCT(Fields!ID.Value, ...
0
votes
1answer
73 views

How to Have Different Colors per Category in a Bar Chart in SSRS 2008 R2

In my Bar Chart I just have 1 series (let's say, sales) and 10 categories (let's say, regions). I want the bar for each category to display in a different color, automatically. I could add a SWITCH ...
0
votes
0answers
62 views

SSRS Report Builder - Only Show Header On First Page (With Page Numbers)

So I am running into the problem where my report header is being displayed on every page, but I only want to display it on the first page. The solution that people on this forum have given is to just ...
-1
votes
0answers
49 views

SSRS 2005 - How to handle export and print event in RDL report

I am showing my RDL report on a web page, so when a user views this report in their browser I do not want header information to be visible, as it is already on web page. To do this I made it visible ...
0
votes
1answer
48 views

Reset page number for group

I need to reset page number for every group in MS Reporting services. I know about such possibility in MS Reporting Services 2008 R2, but I haven't possibility to uprade it. Also, I know about this ...
0
votes
1answer
25 views

Text box resize issue: difference between BIDS and browser rendering

When designing and previewing a report in BIDS everything looks fine, but once rendered in a web browser the text boxes resize. I've tried a few things to stop this including using rectangles as place ...
0
votes
1answer
35 views

How to display string with forward slash and hyphen in a textbox?

I'm trying to generate a report in SSRS 2012, but the textbox does not display the following kind of string returned from datasource: UUU/GDS/CGD/09-10/00227 I have a feeling there is a way to ...
0
votes
1answer
37 views

How can you go about troubleshooting errors in SQL Server 2012 Report Builder?

I'm in the process of creating a report in the latest version of SQL Server 2012 Report Builder but there are errors that I can't localize or troubleshoot because I'm not sure this functionality ...
0
votes
1answer
76 views

Trying to integrate Java and SSRS 2012

I am trying to write a Java application that will show reports from SSRS 2012. I set up my web services proxy and I have this code to try to log in to the server: try { ...
0
votes
2answers
38 views

SSRS 2008 two column report only shows data on the left column

I am creating a new report that needs to show data in two columns. I did the following: Report Properties: added the second column Insert a List control from the toolbox Insert a rectangle inside ...
0
votes
0answers
18 views

Validating SQL Reporting Datasource at compile time

I've got SQL Reporting incorporated into a C# WPF application using local reports and it's working very well. However I was wondering if anyone knew of a way to check a datasource (.xsd) in the ...
0
votes
1answer
51 views

SSRS Pivot Expression Inside Stored Procedure with HashTemp Not Running

While Working With SSRS, Today, i got 2 Problems 1 is Still remain Unsolved and Im going to Post Another Freaking Problem :) Well, Problem is : I've an Stored Procedure, Which Create an #Temp and ...
0
votes
1answer
32 views

Exporting tooltip in excel from SSRS report

I have an SSRS report in which we are showing comments in tooltip but we are unable to get the same(tooltip in excel) when we export to excel using the inbuilt functionality of exporting in SSRS. Any ...
0
votes
1answer
42 views

Optional parameter with input parameter, how do that?

I have one input parameter and two multivalued parameters. I will set the two multivalued parameters as optional. Is there any way to get the results from input in the report without selecting the two ...
0
votes
2answers
95 views

MVC 4 - Reporting and Stored Procedure with SqlParameters

I'm using MVC 4 and Entity Framework to develop a web application. I have a reporting function which is based on stored procedure. Here is how I do to get a report : public static DataSet ...
0
votes
1answer
49 views

SSRS DataSet not Asking for Parameter Values

Today, While working with SSRS, i got an amazing Problem there. I'm still not being able to findout what the problem is all about. Well, I've an Stored Procedure : ALTER PROCEDURE ...
0
votes
1answer
25 views

Parameters in web part on right side instead of top

I'm using SQL Server 2012 Reporting Services. I've created a report and then deployed it to my Sharepoint portal folder. I've added a SQL Server Reporting web part, but my report parameters are on the ...
0
votes
1answer
145 views

Sorting and paging in SSRS report viewer in MVC3 application not working

I am integrating SSRS reports in my MVC application using an ascx control called with @Html.Partial from my “ReportViewer” view. In the ascx I have the SSRS ReportViewer control, and in the page load ...
2
votes
1answer
190 views

Dynamic Column width for a RDLC report

Lets say that I have 10 columns to view report and I want to hide 3 of these columns at runtime based on the value of parameter which the user would select. This can be easily done by setting the ...
0
votes
1answer
58 views

Exclude Friday & Saturday while using DATEDIFF function in SSRS

below is my SQL Query used to calculate the number of days between two days SELECT count(*) as NoofCalls, outside.ReferenceNo, outside.WorkflowType, outside.Department, inside.CompletedDate, ...
1
vote
1answer
59 views

Porting SSRS reports from Dev to Production Server

I am sort of new to SSRS development environment and this question may be elementary to quite a few developers who have worked with SSRS for a long time. Till a few days ago I was developing reports ...
-1
votes
1answer
72 views

How to remove the negative symbol for values in expression in ssrs

FormatCurrency( (SUM(iif(IsNothing(Fields!Planned.Value),0,Fields!Planned.Value))-(SUM(iif(IsNothing(Fields!Actuals.Value), iif(IsNothing(Fields!Forecasts.Value),0,Fields!Forecasts.Value), ...
3
votes
1answer
65 views

SSRS Report Content Blank

I am having a problem running reports in Sql Server Reporting Services (SSRS) 2008 R2. After setting up the site, creating a few users, and uploading a few reports, I select a report to run, enter ...
1
vote
1answer
48 views

Set parameter back to default value in SSRS

Is there a way that a parameter value can be reset to it's default once the 'view report' button has been pressed. I have a report with a free text input parameter that inserts users comments into a ...

1 2 3 4 5 141