DrillDownEventArgs.GroupPath Property

Gets the path of the group the user has drilled down on.

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

Syntax

'Declaration

Public Property GroupPath As String
public string GroupPath {get; set;}

Remarks

The path is displayed as a zero based array. For example "1-2" would indicate the second item in the first group and the third item in the second group.

The information returned from this property is not relevant to the FieldDrillDown event in the CrystalReportPartsViewer.

Version Information

Crystal Reports Basic for Visual Studio 2008

Supported since: Crystal Reports .NET 9

See Also

Reference

DrillDownEventArgs Class
DrillDownEventArgs Members
CrystalDecisions.Web Namespace