Share via


CrystalReportViewer.HasDrillUpButton Property

Gets or sets the visibility of the drill up button. The drill up button is used to bring the view up one level after you perform one or more drilldown actions.

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

Syntax

'Declaration

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

Example

This example shows how to check if the drill up button is displayed the toolbar.

'Declaration

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

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