reporting

How to write database value in text file on defined format

I read a delimited text file into dataset. i am writing these dataset values line by line in another text file. my C# syntax is : try { DataClasses1DataContext db = new DataClasses1DataContext(); var r = from p in db.Products select p; //DataTable TarGe...

which Java reporting tool to use in 2010 for small/medium webapp

We have a web app with a few forms and some integration with mobile apps. We will be producing reports from the data collected in the forms and the mobile apps. which tool should we choose given how mature they are today as well as how mature they will be in a years time ? We are a NON-PROFIT so the lesser the expense, the better. I und...

reporting website templates

Hi. I am starting my work to develop an intranet reporting website in php and html. I wanted to know if there are any templates for page layout, so that i can quickly select the look of the page and then start all my coding for the reporting system. i would really appreciate if anyone could help me with few links. ofcourse, i am lookin...

How to report across large enterprise systems

Some time ago my company was evaluating different reporting solutions. We settled on MS SSRS particularly because it's capable of connecting to various types of data stores, including MS SQL, Oracle and SAP Netweaver BI. It has proven the test of time pretty well, however, we're now under fire from management because SSRS is not capable ...

SSRS Report Decimals

I have searched a bit upon it but can't get it to work properly. I want the report to display as many decimal characters as the field has, simple as that. Example: Value = 169.99 | Ouput = 169.99 Value = 169.9999 | Output = 169.9999 If I don't set the Format property to anything, it kinda aligns the fields, sometimes it returns 2...

Crystal Reports: How can I avoid nested subreports in this case?

I have a main report which contains user information -- and a subreport that contains multiple items for said user. Question is, I need the main report to duplicate as many times as necessary for the number of users I feed into the DataSource -- how can I do this, so that it results in one large report (containing multiples of the main ...

BIRT - PDF report creation from a Linux platfrom

I am trying to call BIRT API in linux environment. My source is an XML file and i create html, xml and pdf reports on that source XML. My html and xml reports generates properly, but PDF report is created with size '0' (no contents). However if i run the same program from a windows system, PDF report is created properly. Is BIRT havi...

Building a report from a runtime generated datatable

Hi people. I have a datatable with some data I have read from a CSV file (you helped me yesterday with that, thanks). Now, I want to show a report with some columns of that datatable. It would be easier if I could see the fields and select them from the report designer: I'd just have to drag them to the columns. The problem is that thi...

A free reporting Tool / Way for ASP.NET

Hi , I'm new to reporting world and I need some fairly simple report for printing User profile on Mail Pocket and some other things like that . I'm wondering is there any free way i could go to facilitate doing reporting in my ASP.NET Project ? Thank you ...

When to build a separate reporting database?

We're building an application that has a database (yeah, pretty exciting huh :). The database is mainly transactional (to support the app) and also does a bit of "reporting" as part of the app - but nothing too strenuous. Above and beyond that we have some reporting requirements - but they're pretty vague and high-level at the moment. ...

Datatable to Datasetxsd?

Hi people. I'm having some problems with reporting and I thought you could help me: I have created a dataset (mydata.xsd). I also have designed a Report.rdlc, and I did the same with a frame with a ReportViewe inside, wich use mydata.xsd as a source data. I have designed mydata.xsd to have 2 columns (user, time). How would you fill th...

Recommendations for generating printable reports/invoices?

I have an ASP.NET website from which the users themselves will generate custom reports and (possibly) print them. My question is what approach would you recommend (and why): Generate the report using reporting software like Microsoft Report Viewer or Crystal Reports. Use simple ASP.NET pages and format the page for printing using CSS. ...

how to use reportservice2005.asmx

Hi there, is there an article that explain how to implement reportservice2005.asmx? thanks ...

Passing badly structured information to WCF method. Best practice

I have legacy Reporting Engine class that is responsible for 50+ reports with a single method CreateReport(Guid reportId, ReportParams params); Reports require 12+ of different parameter types (Guid, int, bool, enumerations) and their combination. For example: Report #1: No parameters are required Report #2: 2 Booleans (checkboxes pop...

Finding drop off rate from membership table in SQL Server 2005

We have a view that stores the history of membership plans held by our members and we have been running a half price direct debit offer for some time. We've been asked to report on whether people are allowing the direct debit to renew (at full price) but I'm no SQL expert! The view in effect is memberRef, historyRef, validFrom, validTo...

The definition of the report 'Main Report' is invalid

I'm installing a service on a machine that will call a method from another WCF service and email a rdlc report. I have the report being copied to the compile directory and I reference it so it seems to be finding it. LocalReport report = new LocalReport(); report.ReportPath = @"C:\Services\Exp...

What is the best approach to use jasperReports?

hi there, here we are talking about three main products: JasperReports: which is just a library to generate reports and fill it iReport: which is GUI tool to develop templates used by the above library JasperServer: which is full application with web interface for managing reports with users permissions and other features, documentatio...

Reporting Services: Exported to Excel results are different than the ones viewed on IE

I'm having this problem: The SQL Server holds a said value, let's say 990.30, the Reporting Services Report show a different value (948.33) when viewed online, in the brower and a third value (912.22) when the report is exported to Excel. There are no formulas on Excel, just plain values. Also, there's no formula on the layout of the r...

" Not able to open my report on report manager"

I have built a report on SQL server business intelligence development studio ( microsoft SQL server 2005). After that when I try to deploy a solution in SSRS 2005, I get a dialog box with title: "Reporting Services Login". It has my server listed as the first row: "http://localhost/reportserver" and then it has two text boxes asking for ...

c# : print Charts with DXperience

How I can print or export to PDF many charts in one page with Devexpress. Thanks. ...