FlexReport for UWP | ComponentOne
C1.UWP.FlexReport Assembly / C1.Xaml.FlexReport Namespace / DataSource Class / ToString Method

In This Topic
    ToString Method (DataSource)
    In This Topic
    Returns the Name of the current data source.
    Syntax
    'Declaration
     
    Public Overrides Function ToString() As String
    public override string ToString()

    Return Value

    The current data source's name.
    See Also