0
I have a report created in Report Service and working.
How do I generate a pdf of this report with C# Windows Form or even Asp.net.?
Note: I have to pass some parameters to the report, such as enrollment and the year of the report.
0
I have a report created in Report Service and working.
How do I generate a pdf of this report with C# Windows Form or even Asp.net.?
Note: I have to pass some parameters to the report, such as enrollment and the year of the report.
Browser other questions tagged c# asp.net report
You are not signed in. Login or sign up in order to post.
See if it helps you https://answall.com/a/256234/5846
– Pablo Tondolo de Vargas
@Pablotondolodevargas is right! It worked but I still have a question. When the report expects parameters. How do I pass these parameters through this function? When I ask only to view in Reportview the parameters work, but when I call the function to generate PDF generates error. I created another question https://answall.com/questions/269582/gerar-pdf-reportview
– Diego Grossi