reporting-services

ssrs setting column visibility on rowgroup

放肆的年华 提交于 2019-12-21 06:59:08
问题 I'm trying to hide a column but it belongs in the RowGroups area. Unfortunately, the Column Visibility is greyed out and disabled. I'd like to just hide the column under certain conditions (using expressions) but keep the grouping. I found a similar question on SO but its solution did not work for me. Is there a workaround for this? ssrs column visibility inside row groups I've tried shifting some of the columns to the body area of the tablix, but then I can't merge cells vertically. I'm not

How to convert the report to an image? [closed]

匆匆过客 提交于 2019-12-21 06:38:10
问题 It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 6 years ago . I use Report viewer to show my reports . Now I want to convert the report to an image . How it possible to convert the RDLC report to an image to draw on it later . Is there any library or method to do that ? 回答1

SSRS shows no records in report but query returns results

余生长醉 提交于 2019-12-21 04:54:09
问题 I have a question according to SSRS. I am working with MSSQL Server management studio 2012 and BIDS Visual studio 2008 for the report design. I have a report with some multivalue parameters and a stored procedure in behind which returns the records. Now I've tried to find the problem on the parameter values passed to the stored procedure and a string split function. I looked in the SQL server profiler if the strings get passed in an unexpected form but thats not the case. I ran the exact

Send SQL Report in E mail attachment using C# and ASP.NET

岁酱吖の 提交于 2019-12-21 04:42:20
问题 I am trying to send report from sql reportserver 2008 as e mail attachment using ASP.NET and C#, Till now I learned how to Get report as PDF in my code , Now I wanna combine line of codes like byte[] bytes = rview.ServerReport.Render(format, deviceInfo, out mimeType, out encoding, out extension, out streamids, out warnings); Response.OutputStream.Write(bytes, 0, bytes.Length); Attachment reportAttachment = new Attachment(Response.OutputStream.Write(bytes,0,bytes.Length),"ado"); //Here I go

How to sum SSRS Matrix Columns on Row Group

孤者浪人 提交于 2019-12-21 04:39:05
问题 I have a report that displays the total hours a person worked for each project they are assigned to, aggregated on month. I would like to sum the total hours for each person, for each month, in SSRS 2008 R2. So, for example, I have the follow data and would like to column totals like so: January February March Worker 1 Project1 50 80 20 Project2 30 10 60 Project3 10 40 5 Total: 90 130 80 Worker 2 Project1 20 40 60 Project2 10 30 10 Porject3 30 10 50 Total: 60 80 120 Everything I have tried so

Tablix header not repeating on new page, when subreport causes page break

只谈情不闲聊 提交于 2019-12-21 04:32:15
问题 I've been fighting with SSRS for too long now on what should be a simple matter. I'm hoping someone can help me see a solution. I have a report which has a number of profiles, and each profile has a large number of data sections. The data sections (various tables and charts) are not related to each other in any way other than that they "key" back to the parent profile id. The goal (which seems simple) is to have a header on each page with the profile information, and then have the data

SSRS vs Azure SQL Reporting - Cost and Implementation

余生颓废 提交于 2019-12-21 04:28:49
问题 I have currently implemented some reports for a demo project using Azure reporting and Report builder. Now we are going to develop the reports properly I have a few questions about SSRS. We need subscription and scheduling so I guess we have to set up a SSRS server, can this be hosted on Azure or where is a good place? We have no servers of our own. What cost is involved for licensing? Our application is an MVC 4 app and I believe this may cause problems for hosting the report viewer (no post

Keep report header visible while scrolling

浪子不回头ぞ 提交于 2019-12-21 04:12:43
问题 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 this have an impact on whether this option will work? Or is this a bug in Reporting Services ? 回答1: I find it usually doesnt work as advertised and you have to find the "Advanced mode" button (a strong candidate for the worst piece of UI ever) and then fiddle with several properties. Here's probably

How to use gmail account for ssrs email subscription

孤者浪人 提交于 2019-12-21 03:16:07
问题 I have a report using SSRS 2008 R2 , I want to subscribe to this report using the "email" option. I have configured the settings in the reporting services manager to use server as "smtp.gmail.com" and sender address as my gmail ID. I also tried using the SMTP virtual server and relay it using smart host as "smtp.gmail.com". But I get the following error while sending email : Failure sending mail: The transport failed to connect to the server. I am using IIS 7 and Windows Server 2008 .

Implementing Target lines, in SSRS column Charts

℡╲_俬逩灬. 提交于 2019-12-21 03:10:51
问题 I have a column graph, that shows a trend of consumption over time, The y-axis being consumption and x-axis being time in month, I have to implement a target consumption. I implemented a target, by adding data field with a Line chart type, this is a constant, and will just display a horizontal line. The problem i am facing is, if there is only one month, the line disappears? is there a way not to have it disappear, or is there a better way to add line target in column charts in SSRS I am