ActiveReports Developer 7
Item Property
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.Data Namespace > IDataProvidersManager Interface : Item Property

key
A string value indicating the item for which to get or set the System.Type.

Glossary Item Box

Gets or sets a specific data provider System.Type.

Syntax

Visual Basic (Declaration) 
Default Property Item( _
   ByVal key As System.String _
) As System.Type
C# 
System.Type this[ 
   System.string key
]; {get; set;}

Parameters

key
A string value indicating the item for which to get or set the System.Type.

See Also