This is a discussion on .NET Reporting Service in web application within the C# Programming forums, part of the Software Development category; .NET Reporting Service in web application Step 1: Create ASP.NET Web Site Please do the following to create an ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
| |||
| .NET Reporting Service in web application Step 1: Create ASP.NET Web Site Please do the following to create an ASP.NET Web Site: Select File menu -> New -> Web Site. Choose File System from Location. Choose Visual C# from Language. In the Templates pane, choose ASP.NET Web Site. Please update the following property of page default.aspx: Feel free to change any other properties of the default.aspx as per your requirement. Using namespace for using System.Data.SqlClient; using Microsoft.Reporting.WebForms; Step 2: Add Report Viewer to the Page Report Viewer is the other half of the Client-Side reporting components provided with the Visual Studio 2005. For all those who are new to report writing, I would say, report viewer gives life to your reports. It not only previews you the output, further, it also facilitates you to generate the information in the various popular formats (pdf, excel etc.). You can also take a hard copy print of the report while you are viewing the output. Step 3: Add Report to the Project Alright, so far we created the project; added Report Viewer and DataSet. Now, it is the time to deal with star of the show! Let's create that neat report. Following steps is required to have Report (rptProductList.rdlc): • Select Add -> New Item -> Report from Solution Explorer. Change name from Report1.rdlc to rptProductList.rdlc and click on Add button to complete the action. Typically, after add action is finished your screen should be similar to the Image 6. When a report is added to the project, it is ready to use the DataSet for designing. |
| Sponsored Links |
![]() |
| Thread Tools | |
| Display Modes | |
| |
LinkBacks (?)
LinkBack to this Thread: http://www.discussweb.com/c-programming/1787-net-reporting-service-web-application.html | |||
| Posted By | For | Type | Date |
| Image Software » Image Software July 16, 2007 7am | This thread | Pingback | 08-12-2007 11:30 PM |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Application has failed to start because the application configuration is incorrect | kingmaker | ASP and ASP.NET Programming | 5 | 01-03-2008 03:18 AM |
| difference between client server application testing & web application testing | vigneshgets | Software Testing | 1 | 07-27-2007 05:28 AM |
| web service | nssukumar | Java Programming | 1 | 07-19-2007 03:59 AM |
| How can I send parameter value for Reporting service? | H2o | Database Support | 2 | 07-19-2007 01:11 AM |
| Error Reporting in PHP | ragavraj | PHP Programming | 0 | 07-17-2007 10:36 AM |