| 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.| Exception | Description |
|---|---|
| System.ArgumentOutOfRangeException | index is not a valid index in the collection. |