ActiveReports Developer 7
Item(String) Property
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports Namespace > SectionCollection Class > Item Property : Item(String) Property

name
Unique name of the Section to be returned.

Glossary Item Box

Gets the Section object with the specified name in the SectionCollection.

Syntax

Visual Basic (Declaration) 
Public Overloads ReadOnly Property Item( _
   ByVal name As System.String _
) As Section
C# 
public Section Item( 
   System.string name
) {get;}

Parameters

name
Unique name of the Section to be returned.

See Also