reports

Actuate 7 - Resize frame depending on the containing objects

I don't know if this is the place to ask this question, but if it is: Is it possible to dynamically resize a frame depending on the objects it contains. Objects inside also resize dynamically according to multiline text size. Thank you, Radu. ...

Best tools to parse reports

I have a report that I need to parse/scrape for loading into an alternate or query-able data store. The report looks like something akin to: this. My gut is that PERL would do a decent job, but I have several different permutations of the report and I don't really want to make a script around each form. This report is a pretty stock ...

How to create my own reporting controls with .net framework?

I want to create fast loading reports like ActiveReports or DevExpress but the problem is I don't know where to start. Also I want it to be light and take less space in setup file. Does anybody tried to do this? Can I write this component with .net? This must not be so hard? ...

SQL Server Reports IDE for creating reports

I have to modify SQL Server reports. It is not easy to modify directly XML report file (*.rdl). Is there any IDE for editing SQL Server Reports? ...

Crystal Reports vs. Microsoft SQL Server Reporting Services

I am developing a WPF application, and I need your advice. I have to generate reports in my application. What should I use, Crystal Reports or SQL Server Reporting Services? Which one is better, and why? ...

Reports to be on Production Server.

I was wondering whether what should be a better approach. I am having an application, which is working on WAMP (WINDOWS, APACHE, MYSQL, PHP) stack. Now there are increasing amounts of reports being generated and discussed. What approach should I be going for. There are two I can think of. Put the all reporting on the same production ...

How to call a classic ASP.NET Page from a MVC Action??

I am using StructureMap with ASP.NET MVC. I have a requirement where I need to show a ReportViewer and for that I am using a classic ASP.NET page. The problem is when I am trying to redirect from the action I am getting following issue: The IControllerFactory 'StructureMapControllerFactory' did not return a controller for the name 'Repo...

Telerik report error

Cannot create an object of type 'Telerik.Reporting.Report' from its string representation 'S2Member.TelerikSubscriptionReport, S2Member, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' for the 'Report' property. Please help me for the above error. Thanks Basanth ...

How to create HTML tables from MySQL?

Hi Guys, I'm building a part of a system where the user can define "views" from a mysql database. I want some way of generating simple HTML tables/reports from the data, but not just plain output of sql queries- simple joins probably isn't enough. Any ideas? Just to be clear: I know perfectly well how to create a HTML table with PH...

Can we generate multiple coverage reports using Hudson Emma plugin

We run both unit (junit) and system (fit) tests on instrumented code in our build. The consolidated coverage report for both is generated as part of the build itself. We then feed the unit test coverage report to the Hudson Emma plugin, configure benchmark numbers and things work nicely. Is it possible to also feed in the system test c...

Using MySQL to generate daily sales reports with filled gaps, grouped by currency

I'm trying to create what I think is a relatively basic report for an online store, using MySQL 5.1.45 The store can receive payment in multiple currencies. I have created some sample tables with data and am trying to generate a straightforward tabular result set grouped by date and currency so that I can graph these figures. I want to...

RDLC lookup field ( local )

Hi, Is there a way to get lookup value for a field in RDLC ( local ). I have a categoryID in Products, and i want to get and display category name from Category dataset (ID, Name). I know i can make join in original query, but is there any built in functionality for this common scenario ? (like in Crystal Reports) ...

How do I show all group headers in Access 2007 reports?

This is a question about Reports in Access 2007. I'm unsure whether the solution will involve any programming, but hopefully someone will be able to help me. I have a report which lists all records from a particular table (call it A), and groups them by their associated record in a related table (call it B). I use the 'group headers' to...

Reporting framework for extending definition & execution to the end users (ASP.Net)

Hello. My application is a product which will have reporting capabilities. The product, when in production, is expected to have several ad-hoc report defined by the end users. I am looking for a platform that can be tailored to harness the business entities and extend reporting capabilities (definition & execution) to the end user. Her...

How to place text on top of image in ReportViewer

I feel very silly asking this, since it seems like it just should work, but I cannot make it work and cannot find anything in the documentation about this. The problem: I'm developing an application in Visual Studio 2010 that is utilizing ReportViewer, rendering the report locally. In the report designer, I place a textbox on top of an ...

displaying really huge images in jasper reports

My java application is generating an image(basically an org chart) for a jasper report. As org charts go, there's no way one can determine the final size of the image output. Also the image output can grow too large, that cropping the image is useless. Is it even possible to have the jasper report to dynamically resize it's image eleme...

reporting tool/viewer for large datasets

I have a data processing system that generates very large reports on the data it processes. By "large" I mean that a "small" execution of this system produces about 30 MB of reporting data when dumped into a CSV file and a large dataset is about 130-150 MB (I'm sure someone out there has a bigger idea of "large" but that's not the point....

Editing Reports

I am using ManagerPlus whos support line gave me Digital-Metaphor website for assistance in adding more lines into a report. I can add space and the Screeen view is exactly what I want but when it prints there's just a big blank space. There are only 3 lines for writing on and I need at least 6 inserted. I am good at COPY AND PASTE but...

Representing data as charts in Java.

I have three integer values. I need to represent these data as a chart. What should i do. Will iReports be the right option. If so give some pointers to tutorials for the IReports. ...

Passing a parameter in a Report's Open Event to a parameter query (Access 2007)

Hi there, I would like to know if there is a way to set the parameters in an Access 2007 query using VBA. I am new to using VBA in Access, and I have been tasked with adding a little piece of functionality to an existing app. The issue I am having is that the same report can be called in two different places in the application. The fir...