I am wondering if there is anything in Silverlight or maybe C # to print reports?
I would be pleased with any number of methods: exporting files to PDF and printing from there, exporting as a text document of a certain type and printing from there, or just simply displaying the print dialog from the web application itself.
I know there are ways to do this in C #, but C # code is different for many in Silverlight applications, and I cannot find anything that works.
So, if anyone has ideas about things that I could try, that would be very appreciated!
source
share