0
votes
0answers
34 views

AX 2012 Labels in SSRS Unbound Parameter

I have a SSRS report in AX 2012 with a parameter, where Values is set to "Unbound Values" (Non-queried). In the popup for adding values, I have added a couple of lines with a value and a label like ...
0
votes
1answer
26 views

SSRS not loaded dll from .NET framework 4.5

I've created .dll in .NET Framework 4.5 and put it into SQL Server - Reporting Services - Report Server - Bin folder, and when deploy report from developer machine, i got this error: Error while ...
0
votes
0answers
67 views

SSRS MVC - Report Rendering Blank Page

I have implemented the ReportViewer in MVC. The only problem I'm having is that it renders a blank page. The toolbar is there, and the loading icon flashes for a second, but only a blank page is ...
0
votes
2answers
70 views

Fill cells depending of dataset values

I have a table like this one below. I have one dataset which returns data like this: Day Hour Title ----------------------- Monday 2 Title1 Monday 4 Title2 Friday 5 ...
1
vote
2answers
97 views

SSRS - Have report execute sub-queries?

I've looked all over and cannot find an answer to my question; I can't even determine whether it is possible. Referring to the attached image, you will notice that this is a statement report with ...
0
votes
1answer
306 views

Lookup function for reporting services (visual studios 2008)

I am currently building a report that requires two datasets and two data sources. I am trying to combine the two data sets together with a common field. My two data sets are: DSSES (tied to SESSQL ...
0
votes
1answer
171 views

SQL Server Report Builder - Only Display Running Total

I have a table in Report Builder that holds how many customers were served in a specific Program by specific Branch. Branch -> Program -> Customers Served I keep a running total of this but that is ...
0
votes
1answer
300 views

Export PDF and supress page breaks

When I export my report to pdf, appear me weird page breaks. If a lengthy report, that happens to me is that if a table does not fit in the remaining space of a page, it automatically passes me to the ...
2
votes
1answer
35 views

Pass data to report from page

Is there a way that we can Pass data to report from web page To be more specific I have a report to which I want to bind dataset from Code behind, I am using ssrs 2008 r2 with C# 4.0 ASP.NET ...
0
votes
1answer
88 views

Chart X Axis and Textbox numbering

I've been searching but not found anything about it. I have two questions. How can I get a numbered label on the x axis in the chart? Example: 1,2,3,4.... And how can I have a numbering using ...
4
votes
3answers
224 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 ...
0
votes
0answers
135 views

Calendar icon on ReportViewer control in Chrome

I have reports that were viewed through ReportViewer control. When I call some report in Chrome, popup window with ReportViewer control is showed, and I can see all parameters. But, datatime type ...
0
votes
1answer
97 views

Get rid of group icon without hiding column

We have a report that gets populated by stored procedure. In the datatable we have a column "RowType" which is set to either 1, 2 or 3. 1 : Normal data row 2 : Important data row (In the picture this ...
0
votes
1answer
197 views

Displaying a multivalue SSRS parameter in the report title

I have a text multivalue parameter in SSRS 2008 which I want to use in the report title. If I just drag it into the title, when the report runs it says #Error. What kind of expression do I need to ...
0
votes
1answer
479 views

SQL Server Reporting Service(SSRS) 2005 reports on SSRS 2008

I have reports created using Visual Studio 2005 targeted to SSRS 2005. If I want to open these reports using SSRS 2008, can I just deploy SSRS 2005 reports on SSRS 2008? Is SSRS 2008 fully ...
0
votes
1answer
191 views

Asp.net MVC Server Based Report Generation

Simple asp.net mvc web application that talks to a SQL Server Database. What Im trying to work is how to generate reports on the server ("webServer") than just expose them to the web client via a ...
0
votes
0answers
712 views

SQL Report Builder 3.0 Cannot start Application

When i try to start Report Builder 3.0 by clicking Edit in Report Builder from .../Reports/Pages... on one of my servers (it works fine when i access it from other servers and always worked on this ...
0
votes
0answers
203 views

Expand/Collapse items on multiple group attributes in ssrs?

I have a report in which there is a requirement to drill down the items based of multiple group attributes in TABLE LAYOUT of the sql server 2005 reporting service. Following is the desired ...
-1
votes
2answers
545 views

Indicators in SSRS

I have a column in SSRS report. The value is "True" or "False" or "Yes" or "No" or "1" or "0" Instead of showing that in that column, I would like to use indicator. I placed indicator in that column ...
1
vote
1answer
303 views

Automatically expand ssrs drildown report while exporting to excel or pdf [closed]

I want to expand the SSRS report automatically when click export button of excel or PDF. Please share any idea. Thanks in advance.
2
votes
2answers
796 views

Reporting services: Join all field on a dataset

In a report, I've a dataset with a filter(based on a MultiValue parameter). This dataset contains two field: Id and Name. I need to display somewhere the concatenation of all names: Name1 / Name2 / ...
0
votes
1answer
75 views

SQL Reporting: percent on repartition graphs?

I've to create a graphic with some percent information: The percentage can be either IN the graphic, outside of the of the pie chart(but it has to be near the corresponding part). I didn't found ...
1
vote
1answer
721 views

SSRS - Auto Refresh of the Data Set Fields

We have about 90 Report Builder Reports built by power users. These reports are built off the 20 odd Base reporting tables. Once in a while we add new fields to these reporting tables. The ...
2
votes
1answer
474 views

How do I hide a matrix column?

I have a matrix in SSRS 2008R2. It has the following features: 2 Row Groups (X,Y from let to right as you look at the report) 1 Column Group (Date) Y is toggled via X; and when first rendered Y ...
2
votes
1answer
386 views

how to overwrite a parameter default value in SSRS?

I'm using SSRS 2008 and I have two reports (A and B). B has 4 parameters for which I have assigned a default value. Both reports work fine on its own The problem is that I want to be able to call ...
0
votes
1answer
625 views

Showing information at the bottom of the last page in the report

I would like to show long text ( several paragraphs) at the bottom of a report using SSRS 2008 R2. I have been searching around but it seems that there aren't any available solutions. If I put the a ...
0
votes
1answer
326 views

Show line in even rows in Reporting service

I have a report that I want add a line beneath the even rows in details section.I add a Line in details section and add this expression to that: =IIF(RowNumber("DataSet1") Mod 2 , "Green", "No ...
0
votes
1answer
249 views

Error on Deployment of SQL server 2008 R2 reports to SQL Server 2008, Aggregate functions cannot be nested inside other aggregate functions

I have used SQL Server 2008 R2 for developing my reports, and when I tried to deploy it on hosting server which is sql server 2008 it displayed an error while deploying a report, Error The Value ...
0
votes
2answers
3k views

Adding Date as Optional Parameter with NULL Check Box in SSRS

I have report with date range as the parameters, User can narrow the results by selecting the date range. Now user want to make the date range fields optional. I enabled "Allow NUlls", user can gary ...
0
votes
1answer
496 views

SSRS Drillthrough server report error

I have a SSRS report with an action on a text-box. Go to report property is set to the parent report so this makes the parent report also a drillthrough report for itself. I deployed the report on the ...
1
vote
2answers
158 views

Help needed with creating a Directory Listing type Report in SSRS

I was wondering if there was a way to create a directory listing report in ssrs and if so, how would i go about creating it. I'm mostly familiar with creating tabular and some somewhat complex ...
0
votes
1answer
897 views

ssrs reports line chart how to add category group based on the column data

I am developing a sql server report which is basically conversion of an excel report. Without modifying the sp, i would like to create a sql server line chart report. i have the rows returned ...
2
votes
1answer
506 views

Acceptance testing of Sql or Reports

I am responsible for the development and maintenance of a project containing several hundred Sql Reports (SSRS). I would really like to add acceptance testing. Is there best practices for Report ...
0
votes
3answers
418 views

How to get neatly formatted date parameters in SSRS, using underlying date datatype?

I'm generating some MI reports in SSRS that use underlying tables with a date and some factual information, for example: RiskID int DateRaised date Severity varchar(30) Title varchar(200) I've ...
0
votes
1answer
314 views

Expression for getting total value of a field etc

I need help for the following 1) Could you give me expression for getting total of a field in SSRS 2) My date saved in database is mm/dd/yy, when shown in report, I want to show it like May 21, ...
0
votes
1answer
440 views

reporting services - determining report GUID from old report name

I'm trying to use a combination of the SQL Server 2008 Reporting Services ReportServer database and the report server web service to determine the GUID for a particular report. What I want is to see ...
2
votes
1answer
1k views

How to create a shared DataSet programmatically in Report Server 2008 using Report Server Web Service?

I would like to know how to create a shared DataSet programmatically in Report Server using the report server web service? I can create folders (using CreateFolder method), reports (CreateReport), ...
1
vote
1answer
731 views

Permissions issues with SQL 2008, Report Builder 2.0

So here's a bit of context for the horror story: Win 2003 SP2 64bit running on a VM exposed to outside world for web access. SQL Server 2008 Std SP2 64bit with Reporting Services (RS) installed for ...
0
votes
2answers
1k views

SSRS Report: Inserting table creates page break

I am creating SSRS report using Microsoft SQL Server Report Builder 3.0. I am having some page-break related problems. Whenever I insert a table in my report, it generates a page break at the end of ...
0
votes
1answer
341 views

SSRS 2008 Report SQL options

I would like some guidance on what is the best approach for storing the Report SQL definitions for SSRS 2008 reports. [Our web app will interface with the SSRS web service and display the reports in ...
0
votes
1answer
2k views

SSRS 2008: How to do multiple values report?

Right now I have an application which uses Reporting Services to render reports. This is working nicely, I call each report with a given value (e.g. a ClientId), and the report gets rendered ...
0
votes
0answers
252 views

How to add SQL Server 2008 Report to ASP.NET application?

I created a report and now I want to use it an my ASP.NET application...I wasnt able to get it to work. How do I add the created report to my web app? Whats the difference between Business ...
2
votes
1answer
275 views

Can I change the datsource of report model at runtime

I've some adhoc reports developed on some report models which are published on Report Server (we're using SSRS 2008). Everything is running well. Now in our production environment we've near about ...