Share via


CrystalReportViewer.HasRefreshButton Property

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

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

Syntax

'Declaration

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

Example

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

'Declaration

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

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