genrate the multiple pdf all employee rdlc report
i have create employee report .but i want all employee report genrated sepratly at once ..
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Charan GowdaPosted Apr 14, 2016, 11:15 AM
http://stackoverflow.com/questions/2684221/creating-a-pdf-from-a-rdlc-report-in-the-background
If you already can create PDF rdlc report, but you want to split (separate) the report to different PDF files, you can use a programming toolkit (like iTextSharp or leadtools) to split the PDF file to different files. I tried PDFFile.ExtractPages method from leadtools and it worked for me.