ActiveReports 13
Item(Int32) Property

GrapeCity.ActiveReports.Web Assembly > GrapeCity.ActiveReports.Web.Controls Namespace > ToolsCollection Class > Item Property : Item(Int32) Property
The zero-based index of the element to get or set.
Gets or sets the element at the specified index.
Syntax
'Declaration
 
Public Overloads Property Item( _
   ByVal index As Integer _
) As ToolBase
public ToolBase Item( 
   int index
) {get; set;}

Parameters

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

Property Value

The element at the specified index.
Exceptions
ExceptionDescription
index is less than zero.-or-index is equal to or greater than Count.
See Also

Reference

ToolsCollection Class
ToolsCollection Members
Overload List