ActiveReports 8
Item(Int32) Property

The zero-based index of the element to get.
Returns the DataDynamics.Reports.Extensibility.Rendering.Components.IReportItem at the specified index.
Syntax
'Declaration
 
Overloads ReadOnly Property Item( _
   ByVal index As System.Integer _
) As IReportItem
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
ArgumentOutOfRangeExceptionindex is not a valid index in the collection.
See Also

Reference

IReadOnlyReportItemCollection Interface
IReadOnlyReportItemCollection Members
Overload List

Support Forum