FlexReport for UWP | ComponentOne
C1.UWP.FlexReport Assembly / C1.Xaml.FlexReport Namespace / DataSourceCollection Class / Add Method
The DataSource object to add.

In This Topic
    Add Method (DataSourceCollection)
    In This Topic
    Adds the DataSource to the collection.
    Syntax
    'Declaration
     
    Public Sub Add( _
       ByVal dataSource As DataSource _
    ) 
    public void Add( 
       DataSource dataSource
    )

    Parameters

    dataSource
    The DataSource object to add.
    See Also