Simple reporting structure for asp.net with xml, xsl and css

I am looking for a simple framework / library in C # / for asp.net to create "simple reports" in asp.net.

My requirements:

  • My data is passed to xml
  • I want to use css and xsl
  • reports should be as reusable as possible

Any ideas or concerns?

Thanks in advance & amp; best wishes

Stephen

+2


source to share


2 answers


Take a look at this post: Microsoft.Reporting. * vs XML / XSLT



0


source


Have a look at my project which creates WYSIWYP (what you see is what you print) using xml (generated by backend code) and xsl report style and viewer online report (xsl and css and js and html5) ...



https://github.com/SiamandMaroufi/webreport

0


source







All Articles