Nanji Mange

Nanji Mange

  • NA
  • 37
  • 4.9k

How to create report with PDF using WCF Service in C#.net?

Sep 13 2016 2:11 AM
Hello,
I have created WCF Service. I have want to provide functionality to create Order Report and PDF of that Order Report.
Currently I have details of Order(OrderID, CustomerName, Product details etc). I want to create Report on the base of the order details and create PDF. I want to return that PDF in bytes to user who call the service.
So flow will be like this
1- User will provide Order details
2- Service function will create Report and PDF of it
3- Pass the PDF in bytes as return.
 
For step-2, I can use any open source tool which support in VS 2013.
 
Can anybody suggest me steps or give me hint to start work on this?
 

Answers (2)