'Declaration Public Default Property Item( _ ByVal index As Integer _ ) As ReportParameter
public ReportParameter this[ int index ]; {get; set;}
Parameters
- index
- The zero-based index of the element to get or set.
'Declaration Public Default Property Item( _ ByVal index As Integer _ ) As ReportParameter
public ReportParameter this[ int index ]; {get; set;}
Exception | Description |
---|---|
System.ArgumentOutOfRangeException | index is less than zero.-or-index is equal to or greater than Count. |