Code Monkey home page Code Monkey logo

monoreports's Introduction

Monoreports is a cross-platform report designer and reporting engine for .net/mono
It's similar to the CrystalReport (TM) and other tools like that.

Monoreports features

  • simple layouting - if control in section is growable and will grow due to assigned data, engine will do layouting to make report look properly
  • page breaking - Monoreports engine will break or keep together report sections whatever is needed
  • generating and running reports from designer and code.

Simple code generated report example example:

	Report report = new Report;
	report.Details.Controls.Add(new Textblock(){ FieldName = "InvoiceNumber" });
	report.Datasource = myInvoicesCollection;
	report.ExportToPdf(path);
  • pdf export
  • reporting engine is not tightly coupled with gtk/cairo stuff, therefore it's reasonably easy to write new export backends (e.g. html, xls etc)

Status

Monoreports is in pre 0.1 version state.

Youtube demo

There is a six minutes monoreports demo on youtube

Binary version

You can grab current binary verision in Monoreports downloads on github site

TODO

At the moment Monoreports lack of two features commonly used in this kind of tools.

  • group section - group header section appears before details every time value of group expression is changed.
  • subreports - report in report

Other things in roadmap are:

  • improve designer to support multiselections, undo/redo
  • imporove report engine quality by writing more unit tests
  • make designer resolution independent, add milimeters and inches as units

Final Remarks

I'm not a Novell employee and Monoreports is not a mono team (www.go-mono.org) project (however monoreports is using mono to run it on linux). I've named this project Monoreports simply because i didn't have better idea for name.

monoreports's People

Contributors

tomaszkubacki avatar

Watchers

Lance Chong avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.