TotallerNodeID.GroupPath Property
Gets an indexed, zero based, array representing the group path to the navigation target.
Namespace CrystalDecisions.Shared Assembly CrystalDecisions.Shared (CrystalDecisions.Shared.dll)
Syntax
'Declaration
Public Property GroupPath As System.Int32[]
public System.Int32[] GroupPath {get; set;}
Remarks
If the navigation target were the first country and the second region GroupPath would return a two-element array [0,1].
Version Information
Crystal Reports Basic for Visual Studio 2008
Supported since: Crystal Reports for Visual Studio .NET 2002
See Also
Reference
TotallerNodeID Class
TotallerNodeID Members
CrystalDecisions.Shared Namespace