FlexReport for UWP | ComponentOne
C1.UWP.FlexReport Assembly / C1.Xaml.FlexReport Namespace / DataFieldCollection Class / Item Property / Item(String) Property
The name of DataField.

In This Topic
    Item(String) Property
    In This Topic
    Gets a DataField with specified name, throws an exception if not found.
    Syntax
    'Declaration
     
    Public Overloads ReadOnly Property Item( _
       ByVal name As String _
    ) As DataField
    public DataField Item( 
       string name
    ) {get;}

    Parameters

    name
    The name of DataField.

    Property Value

    Returns DataField object with specified name, throws an exception if not found.
    See Also