ActiveReports3 Request technical support
Item(String) Property
See Also 


name
Unique name of the Section to be returned.
Gets the Section object with the specified name in the SectionCollection.

Syntax

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

Parameters

name
Unique name of the Section to be returned.

See Also