1

Hai, i am in a project related to designing the architecture for a report engine..which will generate variety of reports which are editable by the user.There will be a preview section similar to MSPublisher preview as well in the report engine.So i want to refer some projects related to this kind to get some idea about this preview and generating reports ..we are doing it in WPF. So what are the useful resources that i can find it to go through and get some knowledge Thanx in advance Kaja

Kaja
  • 97
  • 1
  • 2
  • 9

2 Answers2

2

If you have a copy of Microsoft Access (version 97 or greater), their report engine is a pretty good model to follow.

There is also Crystal Reports.

Robert Harvey
  • 178,213
  • 47
  • 333
  • 501
0

If you wanna exactly familiar open-source projects, then look there:

  • BIRT;
  • JasperReport;
  • ReportServer.

Also you can try to use FastReport.Net and get some useful information about report generators. And it has source codes too.

xaml
  • 172
  • 9