4단원: 응용 프로그램 실행(VB/VC#)

Visual Studio에서는 다음과 같이 IDE에서 콘솔 응용 프로그램을 작성하고 실행하는 여러 가지 방법을 제공합니다.

  • 디버깅으로 시작

  • 디버깅하지 않고 시작

GetPropertiesSample을 작성하고 실행하려면

  1. 디버그 메뉴에서 디버깅하지 않고 시작을 클릭합니다. 이렇게 하면 프로그램이 실행을 마친 후에도 콘솔 창이 열린 채로 있게 됩니다.

    응용 프로그램은 다음 결과를 콘솔로 출력합니다.

    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. 아무 키나 눌러 GetPropertiesSample을 닫습니다.

참고 항목

참조

GetProperties(String, Property)

개념

Visual Basic 또는 Visual C#을 사용하여 보고서 서버 웹 서비스에 액세스(SSRS 자습서)