PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview.DataBinding Namespace / DataSetCollection Class / Item Property / Item(String) Property
The name of DataSet.

In This Topic
    Item(String) Property
    In This Topic
    Gets the DataSet with the specified name.
    Syntax
    'Declaration
     
    Public Overloads ReadOnly Property Item( _
       ByVal name As String _
    ) As DataSet
    public DataSet Item( 
       string name
    ) {get;}

    Parameters

    name
    The name of DataSet.

    Property Value

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