Search code examples
c#printingcalendarreportgraphic

Generate report/graphs/... to print in c# / WPF / .net 4


I'm doing a application to manage volunteers of a fest.

I've only one more thing to do: Generate documents which can be printed.

I'm searching something to generate theses reports.

My needs: -Mostly print graphics calendars with some "event" in them -Generate some letters -Print lists

What can I use to do this?

It would be better if I can do a preview of this, but this isn't mandatory.

Thank you!


Solution

  • In fact I'm creating my own WPF components which I print. It worked like a charm.