I have a requirement, which need to generate the PDF from the C# domain object in asp.net MVC project. I am not supposed to use any third party libraries(iTextSharp, RazorPDF etc) for generating the PDF.
I can use SSRS.
Is there a way to generate a PDF report by using SSRS from C# POCO object?