Skip to content

robertsracic/My-FyiReporting

 
 

Repository files navigation

Majorsilence Reporting (formerly My-FyiReporting)

If you have any question about Majorsilence Reporting or do you want to contribute a discussion group for Majorsilence Reporting is available here:

https://groups.google.com/d/forum/myfyireporting

Introduction

"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.

Majorsilence Reporting started as My-FyiReporting which was a fork of fyiReporting after it died. It has been rebranded as Majorsilence Reporting to make it clearer that it is a separate forked project. Majorsilence Reporting 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. I am leaving the github project named My-FyiReporting so links are not broken. All branding will eventually be replaced with Majorsilence Reporting.

Also check this projects wiki as information will be slowly added.

Majorsilence Reporting 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.

Download

If you have NuGet installed, the easiest way to get started is to install Majorsilence Reporting 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:

Alternatively if you want keep up with the latest version you can always use Git

git clone https://github.com/majorsilence/My-FyiReporting.git

Layout:

  • 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.

#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.

Core Team

Contributors

A big thanks to all of Majorsilence Reporting contributors:

About

.NET report designer and viewer. Fork of fyireporting,

Resources

License

Stars

Watchers

Forks

Packages

No packages published