reporting-services

SSRS Excel Matrix shows extra subtotal

Hi, I created a matrix with drill-downs and it doesn't have a subtotal in it. When I export this to excel, it automatically created subtotals both for my columns and rows. It's giving me what I am not seeing in the report preview. Is there a way to suppress this output in excel? ...

How can I learn about SQL Reporting Services?

I don't know anything about it and would like to learn how. I don't know what I need to install or configure, or how to use it. Is there any advice to get started? ...

Reporting Service in maintance mode

Hi, I'm trying to put RS in maintance mode. I've tried to put an app_offline.htm (usual for IIS maintenance mode), but get en RS error message instead of the message set into app_offline.htm. Any idea ? Regards. Stéphane ...

SQL Server Analysis Services: Add Column to provide Sub-Total of row's group

Hi There, Please find below my current SQL Query. What I'm trying to accomplish is add a column to the resultset that for each row provides the sub-total of the group that it belongs to. Can anyone provide me with an elegant solution to do this? SELECT costs.cost_des, SUM(costs_periods.actual) AS actual, SUM(costs.commitment) AS co...

Dealing with very tall textboxes and pagination in SSRS 2005

I have a report in SQL Server Reporting Services 2005. It makes use of a page header and footer and has no subreports. The body portion contains a few smaller elements and then a simple single column table. The table has a single header row and a single detail row. The header is just a label, basically. The detail row is a single te...

Recursive sum fails in ssrs 2008

I have a report with a table containing hierarchical data of organizations and employees. Under an organization there can be employees and/or other organizations. When I try to do a recursive sum on expenses incurred by an employee the report fails to return a total ONLY when the groups do not have their visibility set to hidden. If I...

Published SSRS report on Sharepoint - Document Map error

I am having an issue with a published SSRS report in Sharepoint loaded as a Web Parts page. The report displays correctly, but the Document Map link is giving an error, "Access is Denied", on the page. I am running IE7. The document map DOES work in native sharepoint mode. I have seen some documentation similar to this error suggesti...

How to access session variable in SSRS 2005 reports

Hi, I want to access the session variables in SSRS 2005 reports just like we access in c#. session["username"] I want to access like this in SSRS report. I want to print the login name of the user who logged into the application. But I dont to pass it as parameter to report. In the application, I am storing the login user name in se...

Can SSRS support multi-tenant usage?

I have a webforms application built on top of the standard microsoft stack - asp.net, sqlserver2008, ssis, ssrs. In certain cases I would like to run this entire stack in a multi-tenant type mode such that users of one 'slice' would not have any visibility to others. We've solved this on the webapp and ssis side, but not yet with Sql S...

SQL Server reporting services-- table group not setting page break

Hi everyone, I’m using SSRS 2005 and had a question about table grouping and page breaks. There’s a table in my report that’s not inserting page breaks and I’m hard pressed to see why. I’ve assigned a DataSet to this table, and am displaying a group header in it-- the grouping is based on a record ID value. I don’t have any footers, ...

How do you get a subreport to render in SSRS?

Hi, I am wondering if someone can let me know which of the following steps I am doing wrong. Have a blank new report ('Blank') Have an existing report ('Sub1') which has its own data sources and one parameter (int, named 'Likelihood', with a default value). These are in the same project and same folder. Drag the subreport control onto...

popup window in a rdlc report

i want a report which have a list as a hyperlink....................on the link in the report ..i coded this thing in its URL.................................................................................................................................. ="Javascript:void(window.open('help.aspx?ID="&Fields!ID.Value +"','mywindow','tool...

Occasional "Access denied" to 'C:\WINDOWS\TEMP\' files

In my ASP.NET MVC application I sometimes get these errors when I try to open or generate LocalReport from Microsoft Reporting Services assembly: Microsoft.Reporting.WebForms.LocalProcessingException: An error occurred during local report processing. ---> Microsoft.Reporting.DefinitionInvalidException: The definition of the r...

How do I use only one DataSet for the RDLC report designer as well as for the ReportViewer?

When designing an rdlc report using the VS 2010 report designer, report items such as charts demand a dataset. After designing the report, I add a ReportViewer to a webform, and it demands all of its own datasources. How do I hook up the DataSet I have coupled to the report without duplicating the DAL functionality in the viewer page? ...

How to create a Cross-Tab Report with Split Grand Total

Can We create such kind of reports using Crystal Reports XI Cross-Tab? Product Sales Comparison +---------------------------------------------------------------------------------+ | | Jan | Feb | Mar | April | May | TOTAL | | |---------------------------------------------------...

How do I use Varbinary(64) as a parameter in SQL Server Reporting Services?

I want to write a report using SQL Server Reporting Services. I want a plan_handle (which is varbinary(64) ) from the dynamic management view sys.dm_exec_query_stats to be a parameter in another report. But SQL Server Reporting Services doesn't support this type (varbinary(64)) very well. Looking for solutions, workarounds etc... ...

SQL Server 2005 Reporting Services: Reports are Compressed

I have a report that I am capable of viewing correctly in Internet Explorer (IE) with the help of Reports from SQL Server 2005 Report Server (SSRS). The problem is that the report is compressed to about 100px by 100px in Firefox and probably other browsers such as Safari and Chrome. Also, I am using IIS6. How can a report be rendered pr...

Why does the VS 2010 ASP .NET ReportViewer fail to render parameters when a custom RoleProvider is specified?

I have taken a sample SSRS report from http://gotreportviewer.com/. The report displays some customer data and the "City" parameter. The report also uses the "City" parameter to filter the data. This report runs just fine unless I enable a custom RoleProvider through web.config. I have set break points in all of the methods of my custom ...

Display % Symbol On Y-axis in SSRS 2008

Can I Display % Symbol On Y-axis in SSRS 2008? Please click the below link for sample image of the report? http://i48.tinypic.com/20ib1v8.png ...

Automating SSRS scheduled reports

So for some reason our SSRS reports didn't run properly this morning and we need to resend them all out but it seems it would be a bit tedious to go in and reschedule all of them. I was wondering if there was a way that we could just put in the report names and have them all resend but maintain their proper schedules. Thanks in advance....