ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview.DataBinding Namespace / C1DataBinding Class / DataSource Property

In This Topic
    DataSource Property (C1DataBinding)
    In This Topic
    Gets or sets the data source associated with the current data binding.

    Currently objects of the following types can be assigned to this property:

    If the data source is an Expression, that expression must evaluate to an instance of a System.Collections.IEnumerable or a DataSet.
    Syntax
    'Declaration
     
    Public Property DataSource As System.Object
    public System.object DataSource {get; set;}
    See Also