Launch rdl from asp.net page
How can I run an rdl report from an asp.net page?Regards Partha Mandayam IT Consultant Invacare http://weblogs.asp.net/pmandayam http://partha.tripod.com
April 8th, 2011 10:50am

The following pages have related topic: http://forums.asp.net/t/1382805.aspx/1 http://www.gotreportviewer.com/ Kalman Toth, SQL Server & BI Training; SQL 2008 GRAND SLAM
Free Windows Admin Tool Kit Click here and download it now
April 8th, 2011 11:09am

Hi Mcp111, From your information, I get that you want to display the report (deployed on the report server) via reportviewer control in remote module Firstly, you should design your report in BIDS, then deploy the report on the report server, you might have already done this from your information. What you should do is To add the Report Viewer control to the Web page: 1. Drag and drop the Report Viewer icon onto the WebForm design surface. The SmartTags panel for the control is automatically displayed. 2. In the ReportViewer Tasks smart tags panel, in Choose Report, select Server Report. 3. In the Report Server text box, type the report server URL. The default URL syntax is http://Servername/reportserver. The actual URL that is used in your installation might be different depending on how the report server virtual directory settings are configured. 4. In the Report Path text box, type the fully qualified path of a published report. When referencing a report on a report server in native mode, the report path starts with a forward slash ( / ); For example: /Adventureworks 2008 Sample Reports/Company Sales 2008 Brouswer the report via IE, you will see the report deployed on the report server. Reference: Configuring ReportViewer for Remote Processing http://msdn.microsoft.com/en-us/library/ms252075.aspx Using the ReportViewer Tasks Smart Tags Panel http://msdn.microsoft.com/en-us/library/ms252072(VS.80).aspx If you have any question, please feel free to ask. Regards, Challen Fu
April 10th, 2011 10:31pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics