vote up 4 vote down star
4

I am looking for a reporting service/tool for visual Studio. My only restraint is my web server is off limits to me as far as installing ANYTHING. So I need something I can just include in my project.

My users need to be able to export a report to PDF and without being able to use Crystal I am pretty much lost.

Any ideas?

flag

2 Answers

vote up 4 vote down check

fyireporting (released under Apache License) is worth a try.

The fyiReporting RDL Project is a powerful report and charting system based on Report Definition Language (RDL). Tabular, free form, matrix, charts are fully supported. Report output may be displayed as HTML, PDF, XML, .Net Control, Web Archive, and to a printer. Libraries exist for use in your ASP.NET, Windows .Net, and command line applications.

link|flag
vote up 2 vote down

Try Microsoft's ReportViewer system. It to uses the Report Definition Language, but it's ready to go out of the box. It's not Open Source, but it is redistributable.

link|flag
would this require a server install though? – Collin Estes Oct 14 '08 at 21:15
You can include the ReportViewer dlls in your project without needing to install the redistributable package on the server. The three you need are: Microsoft.ReportViewer.WebForms, Microsoft.ReportViewer.Common,Microsoft.ReportViewer.ProcessingObjectModel.dll. – JasonS Oct 14 '08 at 21:25
Reference them directly in your project with Copy Local. You may need to get the last one from the GAC first though. – JasonS Oct 14 '08 at 21:26
@JasonS: Correct sir! – Bob King Oct 14 '08 at 22:18

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.