We are running the SSRS project and we need to check the reports for different parameters.
Therefore, I want to create an application that automatically converts rdl (SSRS) to pdf using parameters.
Thank you Kieran
Use the ReportExecutionService class. If you have any report parameters, use SetExecutionParameters() and Render() with Format=PDF . Sample code at the bottom of the Render method page.
ReportExecutionService
SetExecutionParameters()
Render()
Format=PDF
Render