Share via


Groups.Item Property

Gets the object at the specified index. In C#, this property is the indexer for the Group class.

Namespace CrystalDecisions.CrystalReports.Engine Assembly CrystalDecisions.CrystalReports.Engine (CrystalDecisions.CrystalReports.Engine.dll)

Syntax

'Declaration

Public Overrideable ReadOnly Property Item ( _
    ByVal index As Integer _    
) As CrystalDecisions.CrystalReports.Engine.Group
public virtual CrystalDecisions.CrystalReports.Engine.Group this [
    int index
]{get;}

Parameters

  • index

Property Value

The value in the collection at the specified index.

Remarks

This property allows you to access a specific item in the collection. The item is referenced using a numeric, zero-based index.

The property name Item does not exist for C#. To access an item in a collection using C#, use the syntax: collection[0].

Version Information

Crystal Reports Basic for Visual Studio 2008

Supported since: Crystal Reports for Visual Studio .NET 2002

See Also

Reference

Groups Class
Groups Members
CrystalDecisions.CrystalReports.Engine Namespace