ActiveReports Developer 7
Item(String) Property
See Also 
GrapeCity.ActiveReports.Extensibility.v7 Assembly > GrapeCity.ActiveReports.Extensibility.Layout Namespace > ILayoutArea Interface > Item Property : Item(String) Property

id
The name of the item.

Glossary Item Box

Specifies an item by its string identifier.

Syntax

Visual Basic (Declaration) 
Overloads ReadOnly Property Item( _
   ByVal id As System.String _
) As ILayoutArea
C# 
ILayoutArea Item( 
   System.string id
) {get;}

Parameters

id
The name of the item.

See Also