CrystalReportViewer.HasGotoPageButton 属性

获取或设置工具栏上的转到页按钮是可见还是隐藏。

命名空间 CrystalDecisions.Web 程序集 CrystalDecisions.Web (CrystalDecisions.Web.dll)

语法

声明

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

示例

此示例显示如何检查转到页按钮是否显示在工具栏上。

声明

    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 命名空间