FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.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