report

Reports against a single SQL Table

I'm looking for a freeware program that is pretty much BusinessObjects. We have 1 SQL table which has loads of data in it that users constantly want reports from. Everytime they ask it's an ad hoc query written just for the moment. It would be much nicer to be able to give users a solution to create there own reports. Kind of like Bu...

Create dynamic report

Hi all, I need to create a dynamic report. The report needs to allow: Before the report generation * add unknown number of images with text note. After the report generation: * remove image by right click. * edit the text note by clicking on it. Somebody knows about some report for C# that has those options? thanks, Ofir ...

Vb.net print templates for printing strings

Are there any templates out there for formatting strings for printing like as in the following: Private Sub PrintDoc_PrintPage(ByVal sender As System.Object, ByVal e As System.Drawing.Printing.PrintPageEventArgs) Handles PrintDoc.PrintPage e.Graphics.DrawString("String to be printed", New Font("arial", 10), Brushes.Black, 1, 200) ...

Cognos 8 API Integration with asp.net

Guys, I wanted to integrate cognos 8 and fetch the reports in excel/xml/csv format from cognos server. I don't have much knowledge about cognos, so can you provide me some pointers to start this process. Right now, i'm accessing the Cognos 8 server using IBM's sandbox server, is it possible to use this server as a testing interface? can...

How to export the result into different tabs of Excel in Toad for Data Analyst?

Hi, Does anyone know how to export results from more than one query into different sheets of the same Excel workbook using the report automation in TOAD for data analyst? Thank you ...

Best charts for reporting with flash for php code

Any libraries for a basic chart reporting with flash and php code based on parameters we pass, I know there is open flash chart, seems to be a slightly difficult to get that going. Do you have any other alternative flash charts to suggest for a php code ...

Error exporting to PDF Report Viewer

Hi, I created a report in Report Viewer using the source 3 of 9 barcode, (for bar code), put the font in the Fonts folder in Windows. But the export to PDF the font does not appear, but now when I export to excel is perfect. Does anyone have any idea what can be? I'm using VS2008 - MVC - LINQ and C # language. Thank you, ...

"A data source instance has not been supplied for the data source" .... Error in Report Viewer

I'm getting this error while generationg the report "A data source instance has not been supplied for the data source" .... I don't get for another report of mine done exactly in same way ... Also when I render the report its running fine ..... Pls let me know if anyone knows the solution.... I'm using VS2005 for development. ...

IPhone Aggregate iTunes reporting tool

Is there a tool that will aggregate all the rerpots that Apple provides on sales of apps? Apple's reporting tool is very poor and hard to use without manually pulling data into Excel each period. ...

Line Graph incomprehendible and congested with too many data points. Microsoft Report Viewer

Want to view a line graph report in Microsoft Report Viewer. But line graph that we obtained is congested and incomprehendible because there are too many X-axis data points. Is there any way to split the graph horizontally or vertically and view the report or specify the maximum number of points in the X-axis? ...

Multilanguage in SSRS

Is there a way to display/export english SSRS report in some other languages? ...

C# listview items into Microsoft Report

Hi, I want to fill my report with all the data which are already listed in the listview. How can I add all listview items into Report ? I have tried to add datagridview data before. and successfully did it. But at this time I'm confused. ...

getting a blank data report vb6

Hi, I am new to vb6. I am working to create the invoice generation application. I am using data report to show the generated invoice. The step by step working of process is Entering the data in to Invoice and ItemsInvoice tables. Then getting the maxId using (Adodc) from the data base to show the last generated Invoice. Then passing t...

Help finding c api.

Im coding a simple c/gtk+ app connected to a mysql database. The gui and db code is done, now I need to make some reports based on database data, I thought the easier way to do this is by using an api that would let me output the data to a Excel or openoffice spreadsheet,PDF would be helpful too. The problem is dont find any. ...

How to use listview as an Data source?

Hi, I want to use a listview as a data source of my Microsoft Report file which is having a rdlc extension ? Is it possible ? ...

Fixed number of rows In Access Report

Hello All, I am having tried a access 2007 report with fixed numbers of rows (records) per page. For example, I like to fix total number of records (rows) to 10 per page while underlying query might have 5 records in some criteria or 15 records in some case. If any idea, please share me. TIA ProNek ...

How to integrate junit/pmd/findbugs report into hudson build email?

my team is looking into using hudson as our continuous integration software, 1 problem that we try to figure out is to integrate the reports of junit/pmd/findbugs etc into the build email that get sent to the team. the graph/reports on the dashboard are nice and all, but people usually want to just read the email and not clicking the ...

How can we create menu in oracle report 10 g.

I want to create a menu in oracle report 10g. Tell me how i can do it. thanks ...

Looking for Java libraries to create a report editor

I have to develop a specialised report editor in Java. The user will get a number of fields that can be layed out on a page plus some graphical elements. The resulting report design needs to be serialized into already defined database tables. The actual generation of the report onto paper is already done. I need to provide only a graphi...

Report Model; problem regarding many-to-many relations

I'm having trouble setting up a report model to create reports with report builder. I guess I'm doing something wrong when configuring the report model, but it might also due to change of primary entity in report builder. I have 3 tables: Client, Address and Product. The Client has PK ClientNumber. The Address and Product both have a FK...