reporting-services

How to do page grouping in ssrs?

我只是一个虾纸丫 提交于 2019-12-08 08:05:54
问题 How can I page grouping SSRS after I've create a report? I can do it if creating new report, but do not know how to do it if I already have created reprot. 回答1: In order to break groups on page, you right click on the group at the bottom of the report and select "Group Properties". The second tab on the left in the "Group Properties" is "Page Breaks". You can select the check box, "Page break options" " "Between each instance of a group". Then ensure that your headers and your footers you

help convert this SOAP request to Report Builder 2.0 query for XML data source

倖福魔咒の 提交于 2019-12-08 07:39:33
问题 I have a complex parameter to a web method in my .NET web service, and I want to query that web method with Report Builder 2.0 using SOAP. With soapUI, I get the following SOAP request for that web method: <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:qcr="MyNamespace"> <soapenv:Header/> <soapenv:Body> <qcr:MyWebMethod> <qcr:MyComplexParameter><!--Represents a serializable class--> <qcr:Action>?</qcr:Action><!--string--> <qcr:ActionSortAscending>?</qcr

An error occurred during client rendering

廉价感情. 提交于 2019-12-08 06:49:17
问题 I have a report which works without problems. I created a new version of that report with two levels of grouping, which works perfectly in Visual Studio. I deployed it to the server (in SharePoint integration mode). The report runs for a while (displaying the spinner) and then I get the error: An error occurred during client rendering So it appears to collate the data but chokes when trying to render it. I can render the report from the server directly to PDF and Excel and that renders

How can I trap “View Report” in ReportViewer (webforms) for SSRS?

≡放荡痞女 提交于 2019-12-08 05:47:29
问题 I am using ReportViewer.WebForms in asp.net page. I have the parameter toolbar showing up where I can select a parameter, it does a postback to get the next parameter (dependent on the first), and so forth. When I click the View Report button there is a postback and the report will display fine. All this works great. What I would like to do is set the ShowReportBody to false ReportViewer.ShowReportBody = False At this point I would like to grab all the parameters that have been selected by

Report Schedule

笑着哭i 提交于 2019-12-08 05:44:58
问题 I need to create a report in SSRS 2008 R2, which shows a "calendar" of training sessions. Let me give an example: I have a session that has a start date and an end date, and has a start time and an end time. I wanted to create a table in which the columns were the days of the month, and the lines were hours, in my case, 8 AM, 9 AM ... The objective would be something like this: I have a table where I can get all sessions, with a start date, with the start time and the end time. My concern

Is it possible to create SSRS reports inside a react application?

时光毁灭记忆、已成空白 提交于 2019-12-08 05:44:07
问题 As the title reads, I'm trying to figure out how I would implement SSRS reporting inside a ReactJS application. Does anyone know how to achieve this? I've looked into embedding Power BI reports into my React application, however I would prefer to use SSRS as it is free (I'm using SQL Server). My current approach is to gather the reporting service data from the client (filters, report type, etc.), build the report from the server side, then send the report to the client as a pdf. I would much

Details rows inside tablix SSRS Reporting service, Records with Details rows under it

最后都变了- 提交于 2019-12-08 05:27:01
问题 Now it is a report with a tablix in which the records are like every row has some details rows under it. and the details row can have one or more records based on the main tablix rows To elucidate the problem, plz have a look Did some search here and there, but not able to figure out how to accomplish this. Sub-reports inside the tablix cell, but how will it keep the track of the current row One thing more : Do I need to create two separate datasets for this and bind accordingly or write

Can I fully tag a non tagged PDF using iTextSharp?

生来就可爱ヽ(ⅴ<●) 提交于 2019-12-08 05:25:01
问题 Currently, we have an application that uses SSRS to render PDFs. Unfortunately, these PDFs do not come tagged. We are looking to post-process the PDF so that it has the tags and structure to satisfy accessibility requirements provided by AODA and Section 508. Mostly, the outputs consist of tables, and charts. Is this possible with ITextSharp? Thanks in advance! Chris 来源: https://stackoverflow.com/questions/39758217/can-i-fully-tag-a-non-tagged-pdf-using-itextsharp

Use a summary field in an expression in SSRS reports

耗尽温柔 提交于 2019-12-08 05:24:46
问题 I have the details of my report being summed up in a summary expression, all works fine. The fields are decimal values of hours worked. Thus, the summary value is also a decimal value. I'd like to access the summary value and convert it to hours / minutes. I've labeled the express as "WorkTimeSum", but can't seem to get a handle to it, however. Fields! obviously won't work since it is a summary expression. I was thinking ReportItems! should work, but to no avail. How can I use this expression

Naming of Sheets using Asp.net SSRS 2008 (RDLC) for export to Excel

∥☆過路亽.° 提交于 2019-12-08 05:13:41
问题 I'm working on a VS 2008 asp.net webforms application in which it contains an existing RDLC (Client file, and NOT the RDL Server side file ). The problem is upon exporting to excel, all of the worksheets are not named properly, i.e. Sheet1, Sheet2, etc. I have found many examples on exporting data, on SQL Server 2008 R2 feature of RDL, however I am in need of a RDLC solution? Does anyone know about how to either "fix" this or do some sort of post processing to rename the tabs so the customer