المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Report Viewer Control -



C# Programming
07-06-2009, 10:40 AM
hello

In ASP.NET, we can use Report View control to access reports on a Reporting Service instance.

Now,
(1) if I want default PDF format - i.e. without having use to click that "Export to PDF" button in reporting viewer command bar...?
(2) What if some of my own .NET process (MyReportServer.exe) wants to call SQL/Reporting Service directly to export PDF? How do I do that?

Thanks

dev