--- title: "Accessing the Report Server Web Service Using Visual Basic or Visual C# (SSRS Tutorial) | Microsoft Docs" ms.custom: "" ms.date: "03/06/2017" ms.prod: "sql-server-2014" ms.reviewer: "" ms.technology: - "reporting-services-native" ms.topic: conceptual dev_langs: - "VB" helpviewer_keywords: - "walkthroughs [Reporting Services]" - "Reporting Services, Web service" - "Web service [Reporting Services], tutorials" ms.assetid: cf688163-4ac0-475b-b6dd-6f2f05b553c6 author: craigg-msft ms.author: douglasl manager: craigg --- # Accessing the Report Server Web Service Using Visual Basic or Visual C# (SSRS Tutorial) The following tutorial shows you how to access the Report Server Web service from an application created with [!INCLUDE[msCoName](../includes/msconame-md.md)] [!INCLUDE[vbprvb](../includes/vbprvb-md.md)] or [!INCLUDE[msCoName](../includes/msconame-md.md)] [!INCLUDE[csprcs](../includes/csprcs-md.md)]. ## What You Will Learn During the course of this tutorial, you will complete the following: - Create a client application using the [!INCLUDE[msCoName](../includes/msconame-md.md)] [!INCLUDE[vs_dev10_long](../includes/vs-dev10-long-md.md)] Console Application project template. - Add a Web reference for the Report Server Web service. - Write code to access the Web service. - Run the console application in debug mode. ## Requirements To complete the tutorial, you must have the following: - [!INCLUDE[msCoName](../includes/msconame-md.md)] [!INCLUDE[ssSQL11](../includes/sssql11-md.md)] [!INCLUDE[ssRSnoversion](../includes/ssrsnoversion-md.md)]. - [!INCLUDE[msCoName](../includes/msconame-md.md)] [!INCLUDE[vs_dev10_long](../includes/vs-dev10-long-md.md)] or a similar [!INCLUDE[msCoName](../includes/msconame-md.md)] [!INCLUDE[dnprdnshort](../includes/dnprdnshort-md.md)]-compatible development tool. - Sufficient permissions to be able to access the [!INCLUDE[ssNoVersion](../includes/ssnoversion-md.md)] Report Server Web service on the computer where your report server is located. - A report installed on your report server. This tutorial uses the sample report, Company Sales. For more information about sample reports, see [SQL Server Reporting Services Product Samples](https://go.microsoft.com/fwlink/?LinkId=177889). > [!NOTE] > The samples are not installed automatically during setup, but you can install them at any time. For information about samples, see [SQL Server Product Samples](https://go.microsoft.com/fwlink/?LinkId=182887). **Estimated time to complete the tutorial:** 60 minutes ## Tasks [Lesson 1: Creating the Web Service Client Project](../../2014/tutorials/lesson-1-creating-the-web-service-client-project.md) [Lesson 2: Adding a Web Reference](../../2014/tutorials/lesson-2-adding-a-web-reference.md) [Lesson 3: Accessing the Web Service](../../2014/tutorials/lesson-3-accessing-the-web-service.md) [Lesson 4: Running the Application (VB-VC#)](../../2014/tutorials/lesson-4-running-the-application-vb-vcsharp.md)