다음을 통해 공유


CrystalReportViewer.ShowGotoPageButton 속성

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

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

구문

Public Property ShowGotoPageButton As Boolean
public bool ShowGotoPageButton {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 네임스페이스