reporting

Configuring & Generating BIRT Reports Dynamically

不羁的心 提交于 2019-12-09 14:50:56
问题 From watching the 2-part YouTube videos and perusing the BIRT manual, my understanding of it is the the worflow goes something like this: Create a new Report in Eclipse Use the BIRT Report Designer (Eclipse plug-in) to design a report Populate the report with Data Sources (JDBC drivers & databases) and Data Sets (specific tables) Generate/export/print the report As cool as this tool seems to be, I cannot find any documentation that leads me to believe that this is a Java tool and not an

Error: The specified TargetServerURL is not valid. Specify a valid URL for report server in the deployment settings

孤街浪徒 提交于 2019-12-08 16:09:07
问题 I have created a Report Server Project in Visual Studio 2013. The actual report server was a pre-existing server whose reports were previously populated via the Report Builder tool. I have downloaded the .RDL files locally and added them to the project under the /Reports folder. When I try to deploy the reports I am receiving the 'TargetServerURL' is not valid error. I have researched the answers here and here. I can successfully navigate to http:///Reports_PRODUCTION which displays the

Cost-effective .Net solutions for report generation in Excel and PDF [closed]

时光毁灭记忆、已成空白 提交于 2019-12-08 13:26:58
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed last year . I'm looking for some cost-effective solutions and/or open source options for generating reports in Excel and PDF format. I realize some of the open source options may have less in terms of functionality and flexibility than the COTS versions with all the bells and whistles, but are there any options out there that

RDLC Format Textbox Expression

倾然丶 夕夏残阳落幕 提交于 2019-12-08 11:51:57
问题 I have a textbox that should display "interest" value in this format for example "(5%)". The Dataset Interest field has datatype System.Decimal. If I don't format the textbox it just displays "5" on the report page. Currently in my designer I have Interest «Expr» Then the report page displays Interest 5 Back to my problem I want to display something like this Interest (5%) How can I format the Interest expression «Expr»? Please help. I'm new to RDLC. 回答1: Just concatenate the expression. For

Best way to schedule email reports to users in Django

為{幸葍}努か 提交于 2019-12-08 10:54:24
问题 So this question is focused more around best practice and advice for Django. Essentially, I want to schedule email reports on Django to be triggered on two events: Weekly report email with some stats, news etc Report triggered on event in a system (i.e. a save on a model) Should this be done directly in Django through scheduled tasks? Or are there any other tools one could use? 回答1: Regarding a weekly scheduled task, the most straightforward approach might be to create a new custom management

winforms report generator for pdf output

别来无恙 提交于 2019-12-08 07:12:54
问题 Need to generate some financial report where the formatting is controlled by the data haven't done reporting in a while but does any reporting support that e.g. based on a flag in the source dataset the row text could be bold the row could have an underlining the report could start a new group header etc. 回答1: There is a component called the ReportViewer for WinForms which ships with Visual Studio. This will do exactly what you need. You can bind it to one or more DataTables and it will

Order documents by most popular in sharepoint content query webpart

走远了吗. 提交于 2019-12-08 06:35:53
问题 I'd like to order a set of webpages showing inside a content query webpart by 'most viewed' I know sharepoint keeps track of such things but I don't know how to expose this list to the content query web part - can anyone point me in the right direction? Thanks in advance 回答1: It is true that SharePoint can log user visits to the usage log on disk and the audit log in the content database. But there is no API for issuing report building queries against the data like a query for most viewed

How Do I Create A Global Style for All Cognos 10 Reports?

假如想象 提交于 2019-12-08 06:27:37
My team has been working with creating dashboards and drill-through reports. We've moved past our proof-of-concept phase and are now working to build the "production ready" reports. In our meetings it has been brought up that the overall styles for the reports should be changed from the Cognos defaults. We became aware of Cognos's skin system. We saw that there was skinning for the portal and UI elements that are used within the report display and portal. This is not necessarily what we wanted. We ideally wanted to be able to change the portal to company branding AND change the way lists and

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

FIrst time writing ASP.NET MVC app- need to tie to SSRS and display reports

痴心易碎 提交于 2019-12-08 02:05:47
问题 Hey everyone.. This is my first time writing an ASP.NET MVC web app, and it's going good. I have no problems there. What I don't have any experience in is SSRS though. Ultimately I want to be able to render reports on my ASP.NET MVC app. I got the report server installed and running, and it's visible within SQL Server Management Studio. I created a test report (.rdl) via Business Intelligence Development Studio, and published it to my report server. It's now there, I checked. My question is