Skip to content

Latest commit

 

History

History
63 lines (45 loc) · 3.12 KB

File metadata and controls

63 lines (45 loc) · 3.12 KB
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.suite
ms.technology
reporting-services-native
ms.tgt_pltfrm
ms.topic article
dev_langs
VB
helpviewer_keywords
walkthroughs [Reporting Services]
Reporting Services, Web service
Web service [Reporting Services], tutorials
ms.assetid cf688163-4ac0-475b-b6dd-6f2f05b553c6
caps.latest.revision 45
author douglaslM
ms.author douglasl
manager mblythe

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 [!INCLUDEmsCoName] [!INCLUDEvbprvb] or [!INCLUDEmsCoName] [!INCLUDEcsprcs].

What You Will Learn

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.

Requirements

To complete the tutorial, you must have the following:

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

Tasks

Lesson 1: Creating the Web Service Client Project

Lesson 2: Adding a Web Reference

Lesson 3: Accessing the Web Service

Lesson 4: Running the Application (VB-VC#)