FlexReport for UWP | ComponentOne
C1.UWP.FlexReport Assembly / C1.Xaml.FlexReport Namespace / DataSourceCollection Class / Item Property / Item(String) Property
The name of the element to get.

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

    Parameters

    name
    The name of the element to get.

    Property Value

    The element with specified name.
    See Also