--- title: "Lesson 4: Running the Application (VB-VC#) | 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" ms.assetid: b65c74b6-889b-4323-9240-90827a70ab0e author: markingmyname ms.author: maghan manager: kfile --- # Lesson 4: Running the Application (VB-VC#) [!INCLUDE[vsprvs](../includes/vsprvs-md.md)] offers several methods to build and run a console application from the IDE, such as: - Start (with Debugging) - Start without Debugging ### To build and run the GetPropertiesSample 1. From the **Debug** menu, click **Start Without Debugging**. This ensures that the console window remains open after the program has finished executing. The application prints the following output to the console: ``` Name: Company Sales Description: Adventure Works sales by quarter and product category. This report illustrates the use of a matrix data region that provides drilldown from summary data into detail data by showing and hiding rows. This report also illustrates the use of background images. Press any key to continue... ``` 2. Press any key to close GetPropertiesSample. ## See Also [Accessing the Report Server Web Service Using Visual Basic or Visual C# (SSRS Tutorial)](../../2014/tutorials/access-report-server-web-service-vb-vcsharp-ssrs-tutorial.md)