ComponentOne Reports for WPF
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 String
    public override string ToString()

    Return Value

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