Hello Vinoth,
My bad for missing some explanations, that indeed solved the issue which we had with the console project and the sample, so thank you for that.
But we're still having issues when we have a library project and wanting to generate a report with ReportWriter from a library which is on the server side, let me clarify it a little more on the following steps:
1. We've a UWP project application where we insert the basic data which we need to generate the report in a database table,
2. Once everything is successfully done, we send a notification to our server API and tell him to generate that report.
3. When the server receives the notification, we then get the entities from the database which we need for the specific report.
4. Once we've got the data, we start building our PDF report (which remember, its done on the server side) and then save the report.
I hope this is a little more clear and that we could get some solution for this.
Have a nice day and thanks,
Alexandru.