| 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 |
|
|||
| helpviewer_keywords |
|
|||
| ms.assetid | cf688163-4ac0-475b-b6dd-6f2f05b553c6 | |||
| author | markingmyname | |||
| ms.author | maghan | |||
| manager | kfile |
The following tutorial shows you how to access the Report Server Web service from an application created with [!INCLUDEmsCoName] [!INCLUDEvbprvb] or [!INCLUDEmsCoName] [!INCLUDEcsprcs].
During the course of this tutorial, you will complete the following:
-
Create a client application using the [!INCLUDEmsCoName] [!INCLUDEvs_dev10_long] 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.
To complete the tutorial, you must have the following:
-
[!INCLUDEmsCoName] [!INCLUDEssSQL11] [!INCLUDEssRSnoversion].
-
[!INCLUDEmsCoName] [!INCLUDEvs_dev10_long] or a similar [!INCLUDEmsCoName] [!INCLUDEdnprdnshort]-compatible development tool.
-
Sufficient permissions to be able to access the [!INCLUDEssNoVersion] 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.
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.
Estimated time to complete the tutorial: 60 minutes
Lesson 1: Creating the Web Service Client Project
Lesson 2: Adding a Web Reference