ActiveReports 13
Item(String) Property

GrapeCity.ActiveReports.Web Assembly > GrapeCity.ActiveReports.Web.Controls Namespace > ToolsCollection Class > Item Property : Item(String) Property
Gets item with correspinding name. Null will be returned, if nothing found
Syntax
'Declaration
 
Public Overloads ReadOnly Property Item( _
   ByVal name As String _
) As ToolBase
public ToolBase Item( 
   string name
) {get;}

Parameters

name
See Also

Reference

ToolsCollection Class
ToolsCollection Members
Overload List