ActiveReports Developer 7
Item Property
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.Expressions.Remote.GlobalDataTypes Namespace > DataSets Class : Item Property

name
The name of the DataSet.

Glossary Item Box

Gets the DataSet with the given name.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Default Property Item( _
   ByVal name As System.String _
) As DataSet
C# 
public DataSet this[ 
   System.string name
]; {get;}

Parameters

name
The name of the DataSet.

See Also