Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / Query Class / Owner Property

In This Topic
    Owner Property (Query)
    In This Topic
    Gets a DataSet object containing this Query object.
    Syntax
    'Declaration
     
    Public ReadOnly Property Owner As DataSet
    public DataSet Owner {get;}
    See Also