ActiveReports 8
Item Property (DataSets)

The name of the DataSet.
Gets the DataSet with the given name.
Syntax
'Declaration
 
Public ReadOnly Default Property Item( _
   ByVal name As System.String _
) As DataSet
public DataSet this[ 
   System.string name
]; {get;}

Parameters

name
The name of the DataSet.
See Also

Reference

DataSets Class
DataSets Members

Support Forum