reporting-services

Interactive sorting In SSRS on Values - Matrix report

谁说我不能喝 提交于 2019-12-07 09:42:49
问题 I want a interactive sorting in SSRS matrix report. From database we are getting 3 columns -PrimaryKey,Columns and Value. We are grouping rows by Primary Key and grouping column by Columns and use Value as data. My Matrix Report - ID [Columns] [Primary Key] Values Output of the Matrix report - ID FirstName MiddleName Lastname 1 Rajiv Jha Sharma 2 Prem Kumar Bose 3 Usha Shamila Praveena I am able to use the interactive sorting on ID because ID is group by rows but I want to use the interactive

Winforms ReportViewer and setting parameters properly for ServerReport

时间秒杀一切 提交于 2019-12-07 09:13:23
问题 I'm setting parameters for a report that I'm showing in ReportViewer control, and the parameters are setting properly and the report is running with the proper parameters, however the actual controls that provide the report criteria at the top of the ReportViewer are not selected. Why aren't the proper items selected in the criteria, even when the report is properly running with the criteria that I set? ReportParameter month = new ReportParameter("month", "September 2011"); SsrsReportInfo

Sub-Report giving error: Report cannot be shown

独自空忆成欢 提交于 2019-12-07 07:20:31
I have a SSRS Report with six sub-reports. The sub-reports are using the same shared data source which the main report is using. When I deploy the report and execute, the sub-report place holder shows error: Report cannot be shown. I thought it could be due to shared data source. Therefore, I created separate shared data source for each sub-report. This works. The report starts showing all the results. Please let me know what is this issue. Even though it works, I don't want to create separate shared data source for each sub report. This is a known defect in SSRS 2008. I'm not sure if it has

SQL Server 2005 Reporting Services: How to count rows that are not null? Any hints for calculating totals?

不想你离开。 提交于 2019-12-07 07:06:57
问题 Using Reporting Services in SQL Server 2005: Is there a way to count only records that are not null; similar to "COUNTA" in Excel? I would think this would be very simple process, but nothing I have tried has worked. For example, I have tried using the following expression for "Completed", which is one column I am trying to count: =count(IIF(Fields!Completed.Value="END")) However, this throws the "wrong number of arguments" error. "Completed" will have a value of "End" or be null. If

The attempt to connect to the report server failed - Setting URL and Path in ASP.NET?

强颜欢笑 提交于 2019-12-07 07:05:31
问题 I'm trying to connect to a Report (rdlc file) using ASP.NET Web Applications. I'm working with VS2010 and the Report Server is version 2008. I have the following URL to the report which works fine: http://server url/Products/_layouts/ReportServer/RSViewerPage.aspx?rv:RelativeReportUrl=/Products/Dashboards/Product_tool.rdl&Source=Server Url/Products/Dashboards/Forms/AllItems.aspx&DefaultItemOpen=1 When i enter that URL in my browser it first asks for a username password. When i log in then the

How to pass multiple values to a multivalued parameter in SSRS

浪子不回头ぞ 提交于 2019-12-07 06:46:01
问题 I will try to explain the issue as best as I can by oversimplifying the report structure. Report one contains 1 group called ResourceCenter and then one line of totals under it. The totals are actually a group but the grouping is done in SQL and are presented in a detail group. The report looks something like this: Report 1 ResourceCenter 1 Total1 11 Total2 4 Total3 8 ResourceCenter2 Total1 12 Total2 11 Total3 6 From this report, I need to drill through to another report that has a bunch of

SQL Reporting Services: Why does my report shrink when it's emailed?

白昼怎懂夜的黑 提交于 2019-12-07 06:40:18
问题 I created a simple report and uploaded it to my report server. It looks correct on the report server, but when I set up an email subscription, the report is much narrower than it is supposed to be. Here is what the report looks like in the designer. It looks similar when I view it on the report server: [http://img58.imageshack.us/img58/4893/designqj3.png] Here is what the email looks like: [http://img58.imageshack.us/img58/9297/emailmy8.png] Does anyone know why this is happening? 回答1: This

Avoid Windows Login Prompt While Accessing Report Server

旧巷老猫 提交于 2019-12-07 06:05:47
问题 We are using Microsoft Reporting Service 2008 R2 to develop reports and we are accessing these reports through an ASP application. Response.Redirect(http://<serverIp>:80/ReportServer/Pages/ReportViewer.aspx?%2fReport+Project3%2fReport1&rs:Command=Render&quotn_Id=675); When I access my report-server through my web service URL, it prompted for a windows login and password when accessed from a different machine (working fine if I provide the Credentials), but it is working fine in the local

SSRS Report - IIF statement Question

…衆ロ難τιáo~ 提交于 2019-12-07 05:32:03
问题 Doing an expression I get an error, can someone show me the correct syntax here? =IIf(Fields!t_cpcp.Value ="310", "Purchased Material & Raw Material", Nothing) =IIf(Fields!t_cpcp.Value ="320", "Manufacturing Direct Labor", Nothing) =IIf(Fields!t_cpcp.Value ="325", "Subcontract Cost", Nothing) =IIf(Fields!t_cpcp.Value ="330", "Engineering Direct Labor", Nothing) =IIf(Fields!t_cpcp.Value ="340", "Manufacturing Labor O/H", Nothing) =IIf(Fields!t_cpcp.Value ="345", "Engineering Labor O/H",

RDLC Medium Trust

坚强是说给别人听的谎言 提交于 2019-12-07 04:38:21
Does anyone know of a free (for a non-profit group) RDLC reporting tool that will work under medium trust in IIS 7? Our Data Dynamics Reports product is not free, but we did implement special support for working in the restrictive medium trust environments. I don't know if it is tested on IIS7 yet, but I presume the security policy is the same so it should work in any case. If it does not let us know and we will surely get it working as this is a scenario we explicitly wanted to make sure that we provide a great solution for. For more information see the following links: Brief information