We are doing an SSRS project and we need to test the reports for different parameters.
Hence I want to create an application which will automatically convert rdl(SSRS) to pdf by using the parameters.
Thanks, Kiran
Use the ReportExecutionService
class. If you have any report parameters to set, use SetExecutionParameters()
and Render()
with Format=PDF
. Code samples at the bottom of the Render
method page.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With