| title | Lesson 1: Creating the Web Service Client Project | Microsoft Docs |
|---|---|
| ms.custom | |
| ms.date | 03/06/2017 |
| ms.prod | sql-server-2014 |
| ms.reviewer | |
| ms.technology | reporting-services-native |
| ms.topic | conceptual |
| ms.assetid | 0070daa6-56b0-4663-83b2-44c96acafad8 |
| author | markingmyname |
| ms.author | maghan |
| manager | kfile |
For this walkthrough, you will create a simple console application that accesses the Report Server Web service. This walkthrough assumes you are developing in [!INCLUDEvsprvs].
-
On the File menu, point to New, and then click Project to open the New Project dialog box.
-
In the left pane, under Installed Templates, click either Visual Basic or the Visual C# node, and select a category of project types from the expanded list.
-
Choose the Console Application project type.
-
In the Name box, enter a name for your project. Type the name
GetPropertiesSample. -
In the Location box, enter the path where you want to save your project, or click Browse to navigate to the folder.
-
[!INCLUDEclickOK] A collapsed view of your project appears in Solution Explorer.
In Solution Explorer, expand the project node. A file with the default name of Program.cs (Module1.vb for [!INCLUDEmsCoName] [!INCLUDEvbprvb]) has been added to your project.
Lesson 2: Adding a Web Reference
Accessing the Report Server Web Service Using Visual Basic or Visual C# (SSRS Tutorial)