Share via


CrystalReportViewer.HasViewList Property

Gets or sets whether the view list on the toolbar is visible or hidden.

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

Syntax

'Declaration

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

Example

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

'Declaration

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

Version Information

Crystal Reports Basic for Visual Studio 2008

Supported since: Crystal Reports .NET 10

See Also

Reference

CrystalReportViewer Class
CrystalReportViewer Members
CrystalDecisions.Web Namespace