reports

MS Access Reports

I have a database of meetings. I can generate a report that sorts the actions by meeting but I would like to generate a separate report for each meeting. Any thoughts? ...

Is there a tool to determine which Cognos 8.x models are being used?

We have a Cognos 8.x installation with hundreds of reports and dozens of models. We believe that many of the models are not currently in use on any reports and want to remove those models. Are there any tools that can be run against Cognos to list which reports are using which model? ...

Display Oracle Reports in an ASP.NET Web Application

Hi, I have a web application written in C#/ASP.Net and the backend DB is Oracle. There are already Oracle Reports written for this, I am just wondering how I go about hooking them up within the code? What is the syntax for this, and how to pass parameters etc? Everywhere I see seems to be using either Crystal or SQL Reporting Service...

Which is fastest to transmit: XML or DataTables?

Hello, I would like to know which is faster. Let me give you the scenario. I'm on a LAN, have a report to build using data from a SQL Server database (if we need the version let's say 2005) and have these ways of getting the report done: (1). Have a web service at the server, where the data is taken from the server and serialized into ...

Reporting tools and architecture

Hello everybody, I'm doing some research on reporting tools and architecture. Can you give me a starting point to where to start looking at, or point some resources about it? Thank you very much. Sebastian ...

What is a typical scenario for and end-user reports design?

Hello! I'm wondering what would be the typical scenario for using an end-user report designer. What I'm thinking of is to have a base report with all the columns that I can have, also with a basic view of the report (formatting, order of columns, etc.) and then let the user to change that format and order, take out or add (from the avai...

Stretch a row if data overflows in jasper reports

how do i stretch a row when data overflows the band height in jasper reports, I have set the stretch with overflow flag as true but it doesn't work. ...

stretch a row to fit the data in jasper reports using iReport

I use Ireport 2.0.5 to generate jrxml file and use the same in my java web propject, I have used all the flags to stretch to fit the data, but it doesn't work Example:- ...

How to modify Team Foundation Server reports to exclude weekends?

I would like to modify the Team Foundation Server built-in MS Agile template reports to exclude weekends. For example, here is the dsWorkItemHistory dataset for the Remaining Work report: WITH MEMBER [Measures].[Date Key] AS [Date].[Date].CurrentMember.UniqueName SELECT { [Measures].[Date Key], [Measures].[Cumulative Cou...

increase the width of a column dynamically in jasper reports in java

How do i increase the width of a column in jasper reports dynamically in java, i have tried changing many things in java side like reading the style sheet and changing the values. But in this case i don't know how to initialize the method which will read the width and change it. ...

stretch a row to fit the data in jasper reports using iReport

How do i stretch a text field to fit the data, If data exceeds the band height the text field doesn't stretch. I have added the text field tag in my jrxml... Example:- ...

Java Reports Tooling

My team looking of java reports engine. We are looking solutions as cheap as possible. What can you recommend? ...

janrep WPF multipage reports

I've been investigating WPF mutipage reports and one option that looks interesting is WPF multipage reports - Part I. There seems to be a gap in the blog post or my understanding of how to get from the report.xaml to a ReportDefinition object. I think this should be really straight forward but I seem to be going around in circles. ...

printing a hidden form in C# -- reports

I'm not entirely sure what is the best approach to this problem, so hopefully you guys can help me out. I have a lot of data that needs to be formatted in a manner which is yet to be determined (I'm thinking many tables will be needed to display this data properly) and printed out to a printer. My first idea was to create a new form an...

centralize report in winform application

I working on a winform app and would like the same reports available to others when the reports are edited or modified. Currently when a report is modified I have to re-deploy the app or copy the report file to a folder. I am looking for an alternative. Super users of the app have the option to go to design mode and edit the report. Is...

Automate collection of data from outlook .msg files to excel field

My firewall sends me a notifcation to my email every time a policy is violated. I have about 2500 emails in .msg format that I want to put into one excel document. Basically I am looking for a way to automate processing each .msg file and putting it on a new line in an excel document. All 2500+ .msg files are in a single folder. I un...

devX Report, dynamic group

Dear I wanted to make following type of report, please help if you can... i write down my examplary requirement to make it easy for you to help. Support I got to show report of all my products under their relevant categories. so output would be simple like below Cat1 --Product1 --Product2 Cat2 --Product3 --Product4 and so on.. b...

Free reporting library for PHP without installation?

Is there a good (and hopefully free?) source library to use for PHP for creating and displaying reports? I would love one that would allow the user to view it in a nice format for saving and printing (like PDF?). Also I would prefer one that is just files, not one that needs to be installed on the server itself as some of the people I c...

Clearcase list of files in a label

We currently use clearcase on a project, and there is an HTML file that was generated with clearcase that contains all of the filenames of the files that were included in a label. I am supposed to generate this file with a different label. I know how to get all of the filenames that were included in a label using the cleartool command l...

What is your favourite strategy for tackling reports in ruby projects?

Recently, a customer required a complex report with multiple transformations on a large dataset. I employed Ruport - which is an excellent choice for quick and dirty reporting. However, after a few trials I realized that ruport nested groupings and normalized data don't go together. The choices that now remained included: Denormalize ...