Returns a string representation of
DataSource object.
Namespace:
C1.C1Report
Assembly:
C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
public override string ToString() |
Visual Basic |
---|
Public Overrides Function ToString As String |
Return Value
The value of
RecordSource property if supplied by the user,
or "(none)" otherwise.
See Also