reportingservices-2005

ASP.NET Session does not timeout on using ReportViewer Control.

Hi, We are using the ReportViewer control to display SSRS reports in our ASP.NET application. On pages where we use the ReportViewer control the session does not time out. The reason for this is the ReportViewer control emits a "setTimeOut" javascript function which reads the Session timeout value from the web.config and pings the serve...

SSRS and two different parameter issue

Hi, I have two parameters using two different datasets. One is where you select a Sales Rep and one is where you select Account Manager to show their sales. I want to show all records that match the Sales Rep or Account Manager that are selected. Some are Sales Rep are also in the Account Manager list. Is there a way to make sure if...

SSRS 2005 - Running Group Count

How do you you display the running GROUP count via SSRS 2005? I have a report that has n groups where the source data must remain anonymous and I want that number in the header of the group... So instead of the name in the group header like such... Employee - John Smith Employee - Mary Swain ... Employee - Ahmad Sal I want... Employee...

How to layout this table in SSRS 2005

We have a report requirement that looks like the following: |=============================| |C1 | C2 | C3 | C4 | C5 | |=============================| | There | 0 | a | a | a | | | |----|----|----| | Is | | b | b | b | | | |----|----|----| | a lot | | c | c | c | | if data |----|----|-...

SSRS 2005: Filter Nested Table within a List

In SQL Server Reporting Services 2005, how can I filter a nested table within a list? I have 2 datasets. The first, datasetHeader, contains one row per account. The second, datasetDetails contains multiple rows per account. Control: Dataset name List: datasetHeader Table: datasetDetails The table is placed within the list. When I att...

About Reporting Server Permissions

I have an ASP.NET application that runs under Classic .NET AppPool. I'm trying to render a report hosted in Reporting Services in another machine, with the correct address and everything. But I keep getting the following error, which I just can't solve: Cannot create a connection to data source 'MYDATASOURCE'. (rsErrorOpeningConnection...

About SQL Server security

I have an ASP.NET application which runs under the Classic .NET AppPool in IIS. I have a report to render from my website. The problem is SQL Server keeps telling me that it failed to create a connection to the datasource, because login failed for user IUSR. After adding that user directly to the databse I could get the report to work...

[SSRS 2k5] Disable History, Properties and Subscription tabs.

Hello all, I am trying to disable history and properties tabs from my report manager for some users. I've been looking for advice on the internet but did not find anything about this. Has anyone any idea on what configuration elements I have to modify so as to achieve this ? Thanks in advance. ...

SSRS Report Manager Report names

Is it possible to have SSRS's Report Manager display a report name that is not the .RDL file name? I.E. I have a Report .RDL named "MyReportAboutSomeImportantStuff.RDL" but I want the Report Manager to display this user friendly as "My Report About Some Important Stuff." ...

List problem in Reporting Services 2005

Hi, I have a problem with a list in srss 2005. The list is grouping too much information and I dont know how to un-group it. I made a picture to show it. But because I'm new, I can only show it with this link: http://img32.imageshack.us/img32/6058/listproblem.gif So the list is also grouping the weeks, but that is not what I would lik...

Render an asynchronous report, wider than the screen, without extra scrollbars

I have an asynchronous local SSRS 2005 report that is of variable height and width, but routinely is bigger than the screen. I want to render it full size so that some of the report renders off screen and the only scrollbars the user sees are the ones on the browser window. What is the best way to accomplish this? The only method th...

Group keywords by site

I am finding a lot of useful help here today, and I really appreciate it. This should be the last one for the day: I have a list of the top 10 keywords per site, sorted by visits, by date. The records need to be sorted as follows (excuse the formatting): 2010-05 2010-04 site1.com keyword1 apples wine keyword1 visits ...

Unable to access SQL reporting services on shared site with Themes enabled

Hi, I am having some trouble with my IIS web server & SQL reporting services. At the current time my site is playing host to both reporting services (/reports & /reportserver) as well as my personal website (domain.com) Only just recently have I implemented a Theme on my site and as such I have placed a statement in my web.config file ...

Can't find SSRS anchor property

I have a table1 in a table2 and I need table2 to be anchored to the top-right corner of the containing area in table 1. This would be useful since I need to hide parts of table2 depending of an element in table1. I can't find the anchor property. I originaly intented on using subreports, but since the child cannot return data to the par...

error when jumping to another report in SQL 2005 Reporting Services

Question: I have created a series of reports that allows you to drill down and/or jump to another report. They work perfectly until... I am now setting up these same reports for specific colleges. The original report had a parameter where you could select what college you wanted to see. I am changing that parameter to have a default ...

Reporting Services is displaying extra rows for minimised row groups

Hi, I have a fairly basic SQL Server Reporting Services report that is using nested row groups. Each sub-group depends on expanding its parent to be visible which is all pretty standard. The layout is something like this: { Company { { Car SUM(Price) { { { Part Price My desired result when expanded is something li...

Passing values for multi-value parameter in SSRS query string

I have two reports built using SSRS 2005. The first report is set to navigate to the second when a specific field is clicked. There is a multi-value parameter on the second report. I need to pass multiple values for this parameter in the "Jump to Report" string when calling this report. Is there a way to pass multiple values? I have tr...

Push or Pull to Excel for reporting data

I am unsure which is the best way to go here. I have a third party Excel 2003 spreadsheet that needs to be filled in on a monthly basis and emailed. Currently it is a manual process and I am in the process of automating the generation of the spreadsheet. I have been throwing around different ideas of how to get the data into the spre...

Launching an SSRS report from asp.net web application

Hi, I have an asp.net web app and I need to launch a pdf report that is developed in SSRS using SQL 2005. The SSRS report query has been created. How can I go about launching the report? ...

Issues with format in reporting services

In a report a have a cell that contains a System.Decimal type value. I am using the cells format property to format the value to "D2". This works in VS but not when I run the report on the report server or in my application. If I switch the format string to "0.00" then it works. The confusing part is that it seems that sometimes it w...