次の方法で共有


CrystalReportViewer.HasGotoPageButton プロパティ

ツールバーに[指定したページへ]ボタンを表示するかどうかを取得または設定します。

名前空間 CrystalDecisions.Web アセンブリ CrystalDecisions.Web (CrystalDecisions.Web.dll)

構文

'宣言

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

プロパティ値

ツールバーに[指定したページへ]ボタンを表示する場合は True、非表示にする場合は False です。

次の例は、ツールバーに[指定のページへジャンプ]ボタンが表示されているかどうかをチェックする方法を示します。

'宣言

    Private Function GetHasGotoPageButton() As Boolean
      GetHasGotoPageButton = CrystalReportViewer.HasGotoPageButton
    End Function
    private bool GetHasGotoPageButton()
    {
      return crystalReportViewer.HasGotoPageButton;
    }

バージョン情報

Crystal Reports Basic for Visual Studio 2008

サポートの開始: Crystal Reports for Visual Studio .NET 2002

参照

リファレンス

CrystalReportViewer クラス
CrystalReportViewer メンバ
CrystalDecisions.Web 名前空間