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
 

Return Value

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