문제

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?

도움이 되었습니까?

해결책

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

다른 팁

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top