Gets the DataSet with the specified name.

Namespace:  C1.C1Preview.DataBinding
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

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

Parameters

name
Type: System..::..String
The name of DataSet.

Return Value

The DataSet with the specified name, or null if the dataset could not be found.

See Also