PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview.DataBinding Namespace / Query Class / DataSource Property

In This Topic
    DataSource Property (Query)
    In This Topic
    Gets or sets the DataSource object against which to execute the current query.
    Syntax
    'Declaration
     
    Public Property DataSource As DataSource
    public DataSource DataSource {get; set;}
    See Also