reporting

Python based web reporting tool?

只谈情不闲聊 提交于 2019-12-10 14:57:14
问题 I have a question for those of you doing web work with python. Is anyone familiar with a python based reporting tool? I am about to start on a pretty big web app and will need the ability to do some end user reporting (invoices, revenue reports, etc). It can be an existing django app or anything python based so I can hook into it. Thanks! Mark 回答1: ReportLab Welcome to the ReportLab Open Source site. ReportLab is a library for programatically creating PDF documents. It's a fast, flexible,

RDLC making call to obsolete SecurityAction Enumeration

不想你离开。 提交于 2019-12-10 12:40:08
问题 I'm using Microsoft.Reporting.Webforms version 10 in order to parse an RDLC file and produce a PDF. The RDLC is a simple invoice with a couple of embedded expressions. When I run the application I get an exception that a call to the obsoleted SecurityAction.RequestMinimum has been made when compiling the expressions. Is this a known bug or something I can remedy? An unexpected error occurred while compiling expressions. Native compiler return value: ‘[BC40000] 'RequestMinimum' is obsolete:

SQL Server Reporting Service URL asking for credentials but not responding after that

不想你离开。 提交于 2019-12-10 12:15:23
问题 SQL Server Reporting Service URL asking for credentials but not responding after that. It is asking for credentials for exactly 3 times even if I am entering correct password all the time and than after it does not ask and even not showing anything on the browser page. Both the below URLs are behaving same. My report services and server has been configured on port 80. http://ssphdev.xxx.com/Reports http://ssphdev.xxx.com/ReportServer I am using SQL Server 2008 R2. Any suggestions will be

Is there a quick way to report database metadata in SQL Server 2005?

孤者浪人 提交于 2019-12-10 11:12:52
问题 Are there any system stored procs to report the stats and metadata of a database itself in SQL Server 2005? What I need is a quick way to output a list of tables, the size of each table, the number of rows in each table and so on. Stored procs for individual tables and metadata would also be useful. Advice appreciated. 回答1: Yes, the data dictionary tables will let you do this. The main tables in the data dictionary are sys.objects, sys.columns, sys.indexes, sys.foreign_keys and sys.sql

RDLC Report Column Visibility Problem in Group By

我与影子孤独终老i 提交于 2019-12-10 10:53:16
问题 I have an rdlc report in asp.net. I have a table in it and I am using group by in that table. But the columns which I make Parent Group or child group has Column Visibility Disabled. Notes Column is in a group. See its visibility option is disabled. How can I hide that column on the basis of a criteria as I can do with the Exam Date column that is not in any group. Please help. 回答1: I've concluded that it's not possible to do this. 来源: https://stackoverflow.com/questions/5740975/rdlc-report

What is a good reporting service for a simple database/hobbyist setup? [closed]

隐身守侯 提交于 2019-12-10 10:09:07
问题 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 4 years ago . I have a meager production environment running on my PC for a little application that I work on in my spare time. At this point I have the basics setup, MySQL, junit, svn... I am midway through development and I now need to generate various reports (not development/logging/event reports). These reports are based

Using client side reporting vs. server side reporting?

拜拜、爱过 提交于 2019-12-10 09:31:03
问题 When do we use client side reporting and when do we use server side reporting? Which reporting is best practice (client/server)? This pertains to SSRS reporting. 回答1: Well... client side reporting you'd use if you've got something like a winforms client that you can't guarantee will have constant access to the data source. It might have a set of data cached on the client side which you need to report on even if the connection to the server is unavailable. Server side reporting you'd use in

SSRS reports is showing as listed directory

荒凉一梦 提交于 2019-12-10 04:28:42
问题 How can I get SSRS reports to show a web page view? When I go to the SSRS reports page, it's not showing the web page view. It shows a list of data sources, data sets and report folders. After going inside the reports folder, I can invoke the report by clicking on them without any issues. https://docs.google.com/file/d/0B55EKwlB3BuINk1GeU9WRUoxM1E/edit?usp=sharing Please look at the image above. 回答1: You're browsing to the Report Server web service , typically http://server/ReportServer .

Displaying unicode text in Rave Reports on Delphi 2009

青春壹個敷衍的年華 提交于 2019-12-09 21:29:53
问题 I am in the process of porting a Delphi 2006 app to Delphi 2009. Out of the box support for unicode has been easy - almost no work required. Most 3rd party controls already have Delphi 2009 updates available. Rave Reports (latest version 7.6.1, available here) has also been updated, but I cannot seem to get it to correctly display RTF text containing Japanese characters. In Delphi 2006, I loaded RTF to the DataMemo component in a RVCustomConnection's OnGetRow event by reading the RTF from a

Jasper Reports: How to compile subreports

放肆的年华 提交于 2019-12-09 16:35:49
问题 I have a standalone application, and one of its duties is to take the path of a *.jrxml file and compile it. I can do this without problem until a report with a subreport comes up, where the compilation of the master does not compile any of its children, resulting in a subreport *.jasper file not found later down the track. Is there any way to 1) Set the JasperCompileManager to automatically pick up subreports? 2) Get a list of paths to subreports contained within either a JasperDesign or