Pregunta

I want to write c# code to make Export SSRS local report to pdf Without Rendering it in report viewer

How can i do that?

¿Fue útil?

Solución

You can use LocalReport.Render method to obtain a Byte array that you can save using FileStream.

Otros consejos

You could do it without any C# by using the Subscriptions feature on the Report server, this has options to output in PDF to a file location, or send via email.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top