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

مشاهدة النسخة كاملة : SQL Reporting Services - Reports to the screen



C# Programming
04-08-2009, 04:53 PM
Hi,

This might be the simplest thing ever. However.....
Our team have used SQL Reporting many times using a web page for the client to go to and select a report and a day from a calendar control then ping... a report opens in Excel and the client saves it on their PC.

What if I want to show the report in the space on my webpage below the calender and the 'select the report you want' dropdown menu. For the report to be inside my webpage?

Can I do this? We have only ever called ReportCommon.ExecuteExcel in our C# code behind page.

Even the report opening in it's own browser would be OK I guess but to the screen better.

Any thanks gladly received

Harvey