Report Name in .Net
-
How do I change the report name in .Net C#? Instead of it saying report.pdf, I'd like it to be meaningful to the user.
-
-
No. I'm using MVC 5
-
Please check this example. You can find it there.
https://github.com/jsreport/jsreport-dotnet-example-net-webapp
-
Hey Jan_Blaha, this worked; however, it doesn't allow me to view the report before downloading.
I'm looking to be able to change the File Name and also review it in the viewer before downloading.Any ideas how to accomplish this?
-
-
Ok, How do I generate a report and email it as an attachment.
-
I want to do this in code only