ComponentOne AutoComplete for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Report Namespace / DataSource Class / ToString Method

In This Topic
    ToString Method (DataSource)
    In This Topic
    Returns a string representation of DataSource object.
    Syntax
    'Declaration
     
    Public Overrides Function ToString() As System.String
    public override System.string ToString()

    Return Value

    The value of RecordSource property if supplied by the user, or "(none)" otherwise.
    See Also