CHAPTER 9 RENDERING REPORTS FROM .NET APPLICATIONS
created; you will populate the code later. Once you are finished, your code should look similar to
Listing 9-14.
Listing 9-14. Default.aspx Partial Code Listing
Now that you have the page design finalized, you will add a reference to the SSRS 2010 management
Web service. Right-click the parent folder for this project in the Solution Explorer and choose Add Web
Reference. From this screen, input the address of the Web service we are going to use. In this case, you
will be adding http://localhost/reportserver/reportservice2010.asmx. You may need to change the
server name in this URL if you are not developing directly on your SSRS server. Name this Web service
reference SSRS_WebService. You can see what this should look like in Figure 9-11.