How to programtically generate and save the PDF report from RDLC report?
I did this in web application and it works using below statement:
Dim fileContent As Byte() = viewer.LocalReport.Render("PDF", Nothing, mimeType, encoding, extension, streamIds, _
warnings)
Can any one guide me best way to achieve this in winform.
when use same approach then getting error Defination of the report is invalid
.
REport viewer version 10.0