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

In This Topic
    Owner Property (QueryParameterCollection)
    In This Topic
    Gets the Query object containing the current collection.
    Syntax
    'Declaration
     
    Public Shadows ReadOnly Property Owner As Query
    public new Query Owner {get;}
    See Also