ActiveReports.Chart Request technical support
Item(String) Property
See Also 


titleName
The name of the title.
Gets or sets the collection item by the given title name.

Syntax

Visual Basic (Declaration) 
Overloads Public ReadOnly Property Item( _
   ByVal titleName As String _
) As Title
Visual Basic (Usage)Copy Code
Dim instance As TitlesCollection
Dim titleName As String
Dim value As Title
 
value = instance.Item(titleName)
C# 
public Title Item( 
   string titleName
) {get;}

Parameters

titleName
The name of the title.

See Also