Share via


CrystalReportViewer.HasToggleGroupTreeButton Property

Gets or sets whether the show/hide group tree button on the toolbar is visible or hidden.

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

Syntax

'Declaration

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

Example

This example shows how to check if the toggle group tree button is displayed on the toolbar.

'Declaration

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

Version Information

Crystal Reports Basic for Visual Studio 2008

Supported since: Crystal Reports .NET 9

See Also

Reference

CrystalReportViewer Class
CrystalReportViewer Members
CrystalDecisions.Web Namespace