ActiveReports Developer 7
Item(Int32) Property
See Also 
GrapeCity.ActiveReports.Extensibility.v7 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering Namespace > IReadOnlyReportItemCollection Interface > Item Property : Item(Int32) Property

index
The zero-based index of the element to get.

Glossary Item Box

Returns the DataDynamics.Reports.Extensibility.Rendering.Components.IReportItem at the specified index.

Syntax

Visual Basic (Declaration) 
Overloads ReadOnly Property Item( _
   ByVal index As System.Integer _
) As IReportItem
C# 
IReportItem Item( 
   System.int index
) {get;}

Parameters

index
The zero-based index of the element to get.

Property Value

The DataDynamics.Reports.Extensibility.Rendering.Components.IReportItem at the specified index.

Exceptions

ExceptionDescription
System.ArgumentOutOfRangeExceptionindex is not a valid index in the collection.

See Also