다음을 통해 공유


CrystalReportViewer.ShowPageNavigateButtons 속성

CrystalReportViewer 컨트롤 도구 모음에 페이지 탐색 단추를 표시할지 여부를 가져오거나 설정합니다.

네임스페이스 CrystalDecisions.Windows.Forms 어셈블리 CrystalDecisions.Windows.Forms (CrystalDecisions.Windows.Forms.dll)

구문

Public Property ShowPageNavigateButtons As Boolean
public bool ShowPageNavigateButtons {get; set;}

예제

이 예에서는 CrystalReportViewer 도구 모음에서 사용할 수 있는 모든 단추를 표시합니다.

    Private Sub SetShowButtons()
      CrystalReportViewer.ShowCloseButton = True
      CrystalReportViewer.ShowExportButton = True
      CrystalReportViewer.ShowGotoPageButton = True
      CrystalReportViewer.ShowGroupTreeButton = True
      CrystalReportViewer.ShowPageNavigateButtons = True
      CrystalReportViewer.ShowPrintButton = True
      CrystalReportViewer.ShowRefreshButton = True
      CrystalReportViewer.ShowTextSearchButton = True
      CrystalReportViewer.ShowZoomButton = True
    End Sub
    private void SetShowButtons()
    {
      crystalReportViewer.ShowCloseButton = true;
      crystalReportViewer.ShowExportButton = true;
      crystalReportViewer.ShowGotoPageButton = true;
      crystalReportViewer.ShowGroupTreeButton = true;
      crystalReportViewer.ShowPageNavigateButtons = true;
      crystalReportViewer.ShowPrintButton = true;
      crystalReportViewer.ShowRefreshButton = true;
      crystalReportViewer.ShowTextSearchButton = true;
      crystalReportViewer.ShowZoomButton = true;
    }

버전 정보

Crystal Reports Basic for Visual Studio 2008

Crystal Reports for Visual Studio .NET 2002 에서부터 지원됨

참고 항목

참조

CrystalReportViewer 클래스
CrystalReportViewer 멤버
CrystalDecisions.Windows.Forms 네임스페이스