reporting-services

RDLC filtering nested tables

99封情书 提交于 2019-12-23 20:23:32
问题 I am creating an RDLC report where the dataset consists of several datatables. There is one parent table and several child tables. What I would like to do is display relevant data from each child table for each row in the parent table. Here is a simplified example: table1 = "Purchase" has columns PurhcaseID, PurchaseNumber, PurchaseDate table2 = "PurchasedItem" has columns PurchaseItemID, PurhcaseID, ItemDescription In my RDLC, I have a Purchase table grouped on PurchaseDate and would like to

SSRS Pass Parameter via URL

走远了吗. 提交于 2019-12-23 18:32:15
问题 I have the following report URL: /Reports/Pages/Report.aspx?ItemPath=%2fcMIS%2fgradebookProfileView I'm trying to pass the parameter TG via the URL so it looks like so: /Reports/Pages/Report.aspx?ItemPath=%2fcMIS%2fgradebookProfileView&TG=10BEE%20C However this doesn't work, how can I make this work so that it automatically enters 10BEE C into the parameter textbox. 回答1: You can't use the /Reports/ front end to pass parameters, you have to use the web services end point to pass the parameter

Launching SSRS Report causes browser to hang

霸气de小男生 提交于 2019-12-23 16:58:23
问题 I have a customer portal with a few reports in it. When I click a report link on the parent page to view a report, a new window opens (window.open) which contains an ASPX page, containing a reportviewer control. The report runs (less than 30 seconds): But then something strange occurs. If I remain on the parent page, 15 minutes later, the browser is unresponsive. I cannot browse to any other pages on the site, I need to close and reopen the browser to continue. If I do NOT choose a report, 15

How to have a child group span across three columns?

拈花ヽ惹草 提交于 2019-12-23 16:23:58
问题 What I'm trying to do In my report, I am trying to get some basic data in a tablix. In this tablix there is one main summary row and detail rows inside it. What I want to do is put the details in the child row but split into three columns. For example my tablix looks like this right now Row11| Row12| Row13 | 1 | 5 | 4 | | Column1 | Column2| | 1 | 4 | | 2 | 5 | | 3 | 6 | 2 | 20 | 25 | Column1 Column2 | | 7 | 8 | | 9 | 5 | | 3 | 6 | (This is just a demo table. The number of columns in my

How to have a child group span across three columns?

北战南征 提交于 2019-12-23 16:21:25
问题 What I'm trying to do In my report, I am trying to get some basic data in a tablix. In this tablix there is one main summary row and detail rows inside it. What I want to do is put the details in the child row but split into three columns. For example my tablix looks like this right now Row11| Row12| Row13 | 1 | 5 | 4 | | Column1 | Column2| | 1 | 4 | | 2 | 5 | | 3 | 6 | 2 | 20 | 25 | Column1 Column2 | | 7 | 8 | | 9 | 5 | | 3 | 6 | (This is just a demo table. The number of columns in my

C# Microsoft.Reporting.Winforms RDLC - how to add detail sections in body?

房东的猫 提交于 2019-12-23 15:58:36
问题 I am rendering a Winforms.LocalReport and would like to know if it is possible, and how to add Detail/Sections to the body of the report like in MS Access Report and Crystal Reports. Organising into details will help manage page breaks and also general designing easier when adding new / removing existing fields. I have 300 over fields not including subreports. OR, has this feature been superceded by some other better feature? Appreciate any advice thanks! 回答1: In tools like access reports and

2008 Business Intelligence projects (SSIS and SSRS) in Visual Studio 2010

怎甘沉沦 提交于 2019-12-23 15:50:33
问题 What do I have to install so I can create SQL Business intelligence projects like Report Services reports and Integrated Services packages from Visual Studio 2010? And will I be able to create solutions that work with both SQL 2005 and SQL 2008? I attempted to install Business Intelligence Development Studio from SQL 2008 Developer Edition R2 on my client, but it appears grayed out and checked as if already there. From Visual Studio 2010 I don't see how can create these these types of

SSRS ReportViewer Web Control - How to not show the “WaitControl” at all when rendering as Async?

怎甘沉沦 提交于 2019-12-23 15:29:56
问题 I'm using the latest (2010) ReportViewer Web Control in an ASP.NET 4 project. My client wants me to suppress / hide the initial "Loading" message that gets displayed while the report is being fetched. Yeah... I know... why hide information that tells you what's going on? But, the client wants what the client wants. I know that if you use the report viewer control with AsyncRendering=False that you can then set the WaitControlDisplayAfter property to a ridiculously long value. Unfortunately, I

How to change color of the font based on the thresh hold value

不打扰是莪最后的温柔 提交于 2019-12-23 13:15:40
问题 I have a requirement like if the the threshhold value is greater than 6% the text color should appear as red and between 5-6% it should change to yellow. I tried this expression in the text box font color property for the first requirement iif(fields!My_column.value>6, "red","Black") but did not work. I would appreciate any tips for both of my problems. Thanks 回答1: No reason this shouldn't be working. You can set the Color property for a Text Box and it should be fine. =Switch(Fields!My

SSRS - Sort table based on column value

别等时光非礼了梦想. 提交于 2019-12-23 12:52:59
问题 I am trying to sort the following table: hYear hSale ------------------------------------ [year] =Count(Fields!sale.Value) The table only has one row group (year) and no column group. I'd like to: -initially sort the table based on the calculated value; is it possible? -add interactive sort to calculated column based on the value. I assume I should sort 'Detail rows', but what will be the sort expression? 回答1: Yes on both: Click on the table or grid to make little gray boxes appear. Click in