report

Is there any tool which can generate a report for a valid C program

Hi all, is there any tool that can parse a valid C program and generate a report which contains list of functions, global variables, #define constants, local variables in each function etc. ...

Which language is useful to create a report for a valid C program

Can anyone suggest me a helpful programming language which can be used to create a tool which will analyse the given C program and generate a txt report or html report containing information about the given program (function list, variable list etc). The program I intend to build is similar to doxygen but i want it for my personal use. ...

Report generation

I am writing a web app using TurboGears, and in that app the users must be able to generate different reports. The data the reports need is stored in a database (MySQL). The reports must be returned either as a easily printable html document, or a pdf file. I have previously used jasper and iReport for creating the documents, but if I c...

jasper reports, hiding columns at runtime

Hi, I have a Jasper report template, and I need to show/hide a column at runtime based on a particular condition. I'm using "Print when expression" to conditionally show/hide this column (and it's header) in my report. When the column is hidden, the space it would have occupied is left blank, which is not particularly attractive. I wou...

Hiding Subreports in SQL Report (RDL)

I have a bunch a reports that are printed out and mailed to clients. At the top of the report is the return address, left aligned. I was asked to add an optional logo to the report. This logo should be left of the return address. (The logo and all other info is stored in the database). So if the logo exists, you SHOULD see: <someimage> ...

What is the reporting tool that you would use?

I need a tool that handle both on-screen and printed reports, via my C# application. I'm looking for simple, standard and powerful. I need to be able to give the user the ability to select which columns to display, formatting, etc... with my own GUI and dynamically build the report based upon their choices. Crystal does not fit the b...

How to insert a total column in a crosstab report in VS 2008

How to insert a total column in a crosstab (matrix) report in Report Designer in VS 2008? It seems that i can only insert a subcolumn in a crosstab report. Thanks. ...

Any suggestions on a Trac "whine" like bugzilla?

Has anyone implemented functionality (within trac or using external tools) to get the functionality of the bugzilla "whine"? (a report(s) run and the results emailed periodically - basically I want a weekly reminder sent to each assignee with a list of their open issues. ...

First page of MS Access Report does not seem to call On Page Event

I have coded a MS Access 2000 report that displays a calendar with one month per page and projects added to particular days. The only data in the underlying record source is a list of months. The structure is created via the On Page event, which also reads in other data. When this report is opened, I've noticed that the On Page event do...

No Report Items in toolbox (VS 2008 SP1)

I am using Visual Studio 2008 SP1 (version 9.0.30729.1). My problem is that the only reporting-related toolbox items I see are 3 "Textbox" controls. Where are the other stuff? Do I need to add a reference to a different assembly? Here are the steps I take: 1) Open Visual Studio 2) Add new project --> "Reports Application" 3) Op...

Access:How can I generate a report of a recordset?

How can I generate a report in access with the data from a recordset (instead of a query or table). I have updates to the recordset that also must be shown in the report. ...

SSRS Report , Dynamic selection of fields

Hi, I want to create a report where my report's fields should change according to my input parameter values. eg. if i select '2 months'. there should be 2 fields in result, having month wise calculation. if select '3 weeks'. there should be 3 fileds each for each weeks calculation instead of the 2 months field. How do I achieve...

Reset button to the SSRS Report

Hi, Is there any possibility to have a reset button in SSRS parameter window. Thanks in Advance ...

Text Wrapping in SSRS

Hi, How do I accomplish text wrapping of table fields in SSRS Report, and proper landscaping when rendering the report to PDF format Thanks in advance Anna ...

Expand Rectangle Report Item as the Report expands in SSRS

Hi I have a SSRS report. I am using a rectangular to display textbox values in my report header. My data region is having a table which expands according to the input parameter selection. How do i expand my rectangle in length in accordance with the table. Please get me an idea. Thanks in advance, Anna ...

SSRS report fit in PDF

Hi, What is the best way to make the SSRS reporr fit in to PDF page. Thanks, Anna ...

Templating Engine to Generate Simple Reports in .NET

I'm looking for a free templating engine to generate simple reports. I want some basic features such as : Ability to Write Loops (with any IEnumerable) Passing Variables Passing Templates Files (main template, footer, header) I'll use this to generate reports in HTML and XML. I'm not looking for a ASP.NET Template Engine. This is fo...

HowTo generate HTML in a Pop Up window with Asp.Net

Hi All, I have very simple html report generated from one of my objects on server. I generate html code at PageLoad because I need to clear that object from session and don't want ask external web service for data after user clicks on linkbutton. Roughly idea is that user clicks on button on page and the report will be displayed ...

CVS Tag Report

I found this question: How to find out which CVS tags cover which files and paths? (3) However, the results are not at all what I'm expecting. I'm using the following: cvs -n -q update -r ET30908 I'm looking for every file tagged with 'ET30908'. ...

How to present your code to potential buyers?

I'll do a demo of my code to slightly non-technical audience, and I need to show them what I've got in my project (about 15K lines of code). I'm trying to convince them that I've spend time on the project and it's in a good state. These guys planning to invest money into this product. Therefore I should convince them that this app worth...