-1
votes
0answers
18 views

SharePoint DLLs missing from Assembly [closed]

I have SSRS reports configure in SharePoint Mode. But when ever I try to open the Webservice Report URL, it throws the following error: "The configuration parameter SharePointIntegrated is set to ...
0
votes
0answers
38 views

Field content visible in a View not appearing in SSRS Dataset

I've created a number of calculated columns in a SQL Server 2008 R2 table and want to have the details displayed in a SSRS report. The view I'm using to show the columns is: SELECT ...
2
votes
2answers
84 views

How can I group by rows and columns?

I can not find any question/answer that could help me to get close to my goal. I have the following table check code on SQL Fiddle. SITENAME RTYPE SEASON CTRSTAT CTRTYPE UNITS STARTDATE WKTYPE ...
0
votes
0answers
24 views

SSRS Charts - Hiding Thresholds

I have added thresholds to a chart in SSRS 2008 R2 but I want them to be hidden while the highest series value is 10% less than the threshold. Sorry I cant add images but I will try do a text drawing ...
0
votes
0answers
25 views

Filters not appearing when navigating between reports

I have two reports in SSRS. One of them has a table, a chart and a button which is a link to another report that has the parameters hidden. This other report has a button "Go Back" which is a link to ...
0
votes
0answers
16 views

report server model interoperability

Thanks for sharing your knowldge. I will try to explain: my company uses a cloud application with back end access limited to report builder. I would like to get data from their Report Server Model and ...
0
votes
1answer
88 views

SQL Server 2008 R2 / SSRS 2008: Service Level Report Creation

I am just beginning to learn SSRS and am only intermediate at SQL Server and I am trying to create a report in SSRS that calculates a total time under the following scenario: Call Start [time] Call ...
0
votes
2answers
580 views

SSRS 2008 R2- Format Parameter to DD/MM/YYYY

I have SSRS 2008 R2 and am working on reports for the UK. My report has a Date/Time data type parameter. When user opens the report the default date format is MM/DD/YYYY, but I would like to have ...
-4
votes
1answer
32 views

Edit report to add similar type of table in that report [closed]

I have deployed an SSRS report which queries the database and gives the result in tabular format. I have to modify that report and add simililar tables which will query a diffrent database for ...
0
votes
1answer
41 views

Graph line from multiple fields in Microsoft Report Builder

I am using Microsoft SQL Server Report Builder and am trying to graph a line based on multiple fields within a Dataset. Basically I have a Dataset containing a lot of elements, each of which has a ...
2
votes
3answers
248 views

SSRS 2008 Report Builder: Conditionally Turning off Tablix Filters

Is it possible to turn off Tablix filters based on which parameter is selected? I want my data to be filtered if one value is null but I want my data NOT to be filtered if a different value is null. ...
0
votes
1answer
207 views

SSRS Show Loading…gif when clicking Drillthrough link to subreport

I have a summary report with detail drillthrough report. Users are complaining that drillthrough is not working. It is working but in some cases, the render takes more than a few seconds. And there ...
1
vote
2answers
86 views

Multi Value Arrays

I am trying to cure a multi line problem in my sql exports to a table from DataSet1. Basically one field (SUB_ATTRIBUTE_DESC) can contain many values. My unique identifier value is the UCN. ...
0
votes
1answer
154 views

Sub report is taking a lot of time for rendering

I am working on SSRS using SQL 2008 r2. I have created master report with sub reports using report viewer. Issue: For each run .rdlc report is taking almost 5-10 min time to generate report in Win ...
1
vote
1answer
107 views

SQL / SSRS Adding Username to Report use table

My scenario is as follows: If a user runs a report, I want to insert a row into the ReportUse table which has 3 fields/columns: User, date, reportname. Currently I have an Insert statement at the ...
2
votes
1answer
169 views

SSRS 2008 - Multiple Groupings For Date Range

A record in a table contains a range of valid dates, say: *tbl1.start_date* and *tbl1.end_date*. So to ensure I get all records that are valid for a specific date range, the selection logic is: ...
0
votes
2answers
357 views

Getting a “one or more parameters required to run the report have not been specified” error

I am building a report that I would like to accept two values from the user, feed those into a query, and find the data associated with those entries. For example, if you had a list of employees, ...
1
vote
2answers
77 views

Uniquename function in mdx script

I really need your help. For a SSRS report, I have this mdx script: select {[Geographie].[Commune].[AHUY], [Geographie].[Commune].[BRETENIERE]} on columns ,{[Activite].[Branche].&[B], ...
2
votes
2answers
142 views

Keep report header visible while scrolling

I often check the following option in the hope that it will be implemented when the report is rendered on the RS web portal - but it never works... The reports usually have some Row Groups - does ...
1
vote
1answer
89 views

Hiding the page scroll control in a Reporting Services report

If I force a report onto one page is it also possible to hide the following control?
2
votes
2answers
43 views

Can I force report onto a single, long, scroll-able page

I'd like to force an 8 page report onto a single page. So the current situation is this: Tomorrow the report might be only 6 pages long - or maybe 9 pages but I'd like to force the report to always ...
0
votes
1answer
225 views

change default font SSRS Visual Studio

I have been searching hi and lo, within and outside internet but it seems I cannot find a definitive answer: Can I change the default layout-items in SSRS reports? If so, how? So that a textbox does ...
-1
votes
1answer
113 views

sum of last field

I have a trouble to sum fields. This is what I have: I have list of employees and two rows of values for each, I also have calculations in SQL of running total for the 8 and 16 weeks for each employee ...
0
votes
1answer
175 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
148 views

Combine all SSRS reports in the Grid into one report

It should be very simple and should employ multi-value parameters , but not able to figure out how ? This report takes parameters from the GridView I have a gridview in an asp.net web page which has ...
0
votes
0answers
29 views

Looking for a more efficient way to insert data into a database [closed]

In my company, we have both a local and remote version of our database. However, the local version doesn't have any meaningful data, and so I want to insert some of the data manually: insert into ...
0
votes
2answers
24 views

Gain a Customized report

Goal: Display the result based on the picture below in reporting Service 2008 R2. Problem: How should I do it? You also have to remember that in reality the list contains lots of data, maybe ...
0
votes
1answer
244 views

SSRS 2008 - Empty Textbox if condition is true

I've got a report which includes a column called Capacity and want to return "" if the result of the above textbox value is the same as the one in the current textbox. Example; Country Capacity ...
0
votes
2answers
760 views

Details rows inside tablix ssrs 2008 r2

Now it is a report with a tablix in which the records are like every row has some details rows below it. and the details row can have one or more records based on the main tablix rows To ...
1
vote
1answer
77 views

SSRS 2008r2 installation integrated with Sharepoint

I would like to install SQL Server Reporting Services 2008r2 integrated with Sharepoint. When I am installing it there is a radio box which indicates installation mode. When I choose it for integrated ...
1
vote
1answer
287 views

Installing Reporting Services on SQL Server 2008 R2 went wrong

I installed for the first time reporting services on an instance of SQL Server 2008 R2 Enterprise edition. The two databases are created and everything seems to be as a flawless installation. But, ...
0
votes
1answer
165 views

How to make Report Server skip database authentication and hide parameters prompt

I'm new on Report Server and I'm facing two problems. I'll give you some information and then I explain them. I've created a Report Server Project and inside it, I also created a Shared Data Source, ...
1
vote
1answer
849 views

SSRS: Passing different parameter values to stored procedure for two Data Sets

I have two tables in my Report. Both use two separate Data Sets, which get data from the same Stored Procedure. Now, I want the data sets to get different data based on different parameter values. Is ...
1
vote
1answer
220 views

How to control page breaks when we export report in word format

I have a report,when i export report in to the word format in ssrs 2008 r2 ,i lost my charts that are present in to the bottom of the report.I think this due to the page-break that occur.Please ...
0
votes
1answer
180 views

SSRS report Row grouping and average value for each group

I have a report with a row grouping in a table. Now I want to add an avarage value for each group. E.g. there's a table with data on employees visiting an office: Name | In ...
0
votes
0answers
27 views

SecureConnectionRequiredException while accessing a Report Server page

I have recently installed SQL Server 2008 R2 on my computer including an installation of SQL Server Reporting Services 2008 R2. I solved this in the Reporting Services Configuration Manager where I ...
-1
votes
1answer
47 views

SSRS report table including Averages

I need a report that has some data in it with calculation data among regular rows. For example: Name | Age | Salary HR | 35 | $1300 John | 30 | $1000 Mark | 40 | $1600 ...
1
vote
0answers
159 views

ReportRenderingException MemoryStream length must be non-negative and less than 2^31

We have some SSRS reports that contain several charts. These reports are rendered through a custom .NET MVC app to PDF, or to PowerPoint using Aspose slides. We recently moved the reports from a ...
0
votes
1answer
207 views

SSRS: How to reduce the number of data labels shown on a graph?

If I run a report running on SSRS / SQL Server 2008 R2, that charts data over a year, with data labels turned on, it looks like this, which is fine: But when I change the time period of the report ...
0
votes
1answer
174 views

Error with shared dataset when manually download report and put into ReportViewer

I have a server report that references a shared dataset on the server. It works fine if I add a ReportViewer to a page and set the report server URL and report path properties. Because I need to look ...
0
votes
1answer
149 views

windows service failing while sending report as PDF with System.Net.WebException: The request failed with HTTP status 401: Unauthorized

I am trying to send SSRS report as PDF from a windows service. This works fine for me on my local machine and staging setup, but I get below error on production environment. This seems to be some ...
1
vote
1answer
2k views

Sending multiple values in ssrs parameter to subreport

Currently have three subreports, one main report. Main report has two parameters - SELECTDATE and EMP_ID. Main report sends Order_Nbr to all subreports. All subreports work perfectly when I only ...
0
votes
1answer
67 views

SSRS : Report with multiple queries with paramters from first query

I have a db table that looks like this: PurchaseID | ItemName | ItemColor | PurchaseDate 1 | Car | blue | 11-03-12 2 | Plane | red | 12-03-12 3 | Car ...
0
votes
2answers
436 views

How can we send email with an attachment to 500 people using SQL Server (SSIS, SSRS or SQL AGENT)

I need your advice. How can we send email with an attachment to 500 users. We are using SQL Server 2008 R2 Enterprise edition in our company. I had tried using the Send Mail task from SSIS, but seems ...
0
votes
2answers
381 views

Log file for ReportServerTempDB growing unexpectedly

The transaction log file for the ReportServerTempDB database (database installed with Reporting Services) is has grown to over 100GB. And I'm not sure why. Here are the file sizes: ...
2
votes
1answer
405 views

Passing Parameters In SSRS

I have 5 reports, which I need to render on seperate pages of an Excel Workbook, so I have created a Master report and intend to call them as subreports. This works perfectly, but the problem is that ...
0
votes
0answers
101 views

doing arithmetic calculation in matrix ssrs 2008 Report

I have two rows with different row parent groups say ROW_PARENT_GROUP_1 & ROW_PARENT_GROUP_2. These two rows are grouped at different columns and are calculated as SUM(Fields!RESULT_VALUE.value). ...
0
votes
0answers
173 views

targets as tick marks on SSRS 2008R2 chart

how can I create tick marks for target values like on the picture below? The standard markers do not include a line or tick.
1
vote
1answer
811 views

Unble to Configure SSRS Custom Authentication Extension with SQL Server 2008 R2

I have been working on an SSO integration of SSRS with our web application and I have not been able to get it to work. I have followed this example by Clife Green of MSFT and still cannot get it to ...
2
votes
1answer
628 views

Blank out duplicate column values in SQL Reporting Services

This has to be stupid easy to do, but I'm not seeing it. I have a SQL Reporting Services (SQL 1008 R2) report. I'm using a tablix to basically show: COL 1 | COL 2 | COL 3 | COL 4 ...

1 2 3