Share via


Subreports.Item Property (Integer)

Gets the object at the specified index. In C#, this property is the indexer for the SubreportObject 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.ReportDocument
public virtual CrystalDecisions.CrystalReports.Engine.ReportDocument 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 .NET 10

See Also

Reference

Subreports Class
Subreports Members
CrystalDecisions.CrystalReports.Engine Namespace