If you have any question about My-FyiReporting or do you want to contribute a discussion group for My-FyiReporting is available here:
https://groups.google.com/d/forum/myfyireporting
"FYIReporting Designer is a report and charting system based on Microsoft's Report Definition Language (RDL). Tabular, free form, matrix, charts are fully supported. HTML, PDF, XML, .Net Control, and printing supported. A WYSIWYG designer allows you to create reports without knowledge of RDL. Wizards are available for creating new reports and for inserting new tables, matrixes, and charts into existing reports." (http://www.fyireporting.com/)
Use the report viewer .NET controls from ASP.NET, WPF, or Winforms using C#, F#, VB.NET, IronPython, or any other .NET language. The winform viewer also works in linux using mono. There is also a basic Gtk# (gtk-sharp) viewer.
My-FyiReporting is a fork of fyiReporting. I cannot stress this enough. This is a FORK. The main purpose is to make sure that I have a copy of fyiReporting since that project seems to be dead.
Also check this projects wiki as information will be slowly added.
My-FyiReporting is currently built with visual studio 2010 and 2012 and targets .net 4.0. You can also run the build script in the Release-Builds folder to build .net 3.5 (may be broken) and 4.0 packages.
If you have NuGet installed, the easiest way to get started is to install My-FyiReporting via NuGet:
This will setup My-FyiReporting in your project ready to use the viewers or designer.
- PM> Install-Package My-FyiReporting.x86
If you prefer not to use NuGet and just want to download the latest release binaries get them at:
- http://files.majorsilence.com/myfyireporting/
- Also see the downloads wiki page for more details on the type of packages.
Alternatively if you want keep up with the latest version you can always use Git
git clone https://github.com/majorsilence/My-FyiReporting.git
- DataProviders\DataProviders.sln
- Images\
- OracleSp\OracleSp.sln
- Requires Oracle Data Provider for .NET
- RdlAsp\RdlAsp.sln
- Asp controls to display reports in asp.net and silverlight pages.
- References RdlEngine
- RdlCMD\RdlCmd.sln
- Command line tools
- References RdlEngine
- RdlCri\RdlCri.sln
- I am currently not sure what this is
- References RdlEngine
- RdlDesign\RdlDesign.sln
- Is the main graphical drag and drop designer used to create reports.
- References RdlEngine
- References RdlViewer
- RdlDesktop\RdlDesktop.sln
- References RdlEngine
- RdlEngine\RdlEngine.sln
- Main engine. Is referenced in many of the other projects
- RdlGtkViewer\RdlGtkViewer.sln
- A Gtk# (gtk-sharp) viewer
- RdlViewer
- References RdlEngine
- Disabled COM interop
- RdlMapFile\RdlMapFile.sln *Something to do about maps
- RdlTest\RdlTests.sln
- Tests
- ReportSever\
#Contribute: All contributions welcome. I'll try to respond the same day to any emails or pull requests. Or within a few days at the most.
See the wiki page https://github.com/majorsilence/My-FyiReporting/wiki/Contribute
#Open Positions:
- Every project and every feature, for example
- DataProviders Maintainer
- RdlEngine Maintainer
- RdlDesigner Maintainer
- RdlViewer Maintainer
- RdlMapFile Maintainer
#RDL Compliance Report file format specifications can be obtained from microsoft. I believe fyiReporting is currently mostly compatiable with RDL 2005. If you want to add more features see the specfications.
- RDL specifications: http://msdn.microsoft.com/en-us/library/dd297486%28v=sql.100%29.aspx
- 2005 direct link: http://download.microsoft.com/download/c/2/0/c2091a26-d7bf-4464-8535-dbc31fb45d3c/rdlNov05.pdf
- 2008 direct link: http://download.microsoft.com/download/6/5/7/6575f1c8-4607-48d2-941d-c69622e11c32/RDL_spec_08.pdf
- 2008 R2 direct link: http://download.microsoft.com/download/B/E/1/BE1AABB3-6ED8-4C3C-AF91-448AB733B1AF/Report%20Definition.xps
#User interface tutorials: ReportingCloud (another fork) has made some tutorials for using the designer and creating reports. http://sourceforge.net/projects/reportingcloud/files/
I know there are other forks but last I checked they also seemed to be dead. The main fyiReporting site is found at http://www.fyireporting.com/ and it has exmpales found at http://www.fyireporting.com/helpv4/index.php and the forum is http://www.fyireporting.com/forum/index.php. However has I said above for the most part it is a dead project.
UPDATE: ReportFU http://reportfu.org is alive?
UPDATE: NReport http://nreports.codeplex.com/ - Looks dead.
- majorsilence (Peter Gill)
A big thanks to all of My-FyiReporting contributors: