Share via


CrystalReportViewer.HasGotoPageButton Property

Gets or sets whether the goto page button on the toolbar is visible or hidden.

Namespace CrystalDecisions.Web Assembly CrystalDecisions.Web (CrystalDecisions.Web.dll)

Syntax

'Declaration

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

Example

This example shows how to check if the go to page button is displayed on the toolbar.

'Declaration

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

Version Information

Crystal Reports Basic for Visual Studio 2008

Supported since: Crystal Reports for Visual Studio .NET 2002

See Also

Reference

CrystalReportViewer Class
CrystalReportViewer Members
CrystalDecisions.Web Namespace