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

In This Topic
    Parameters Property (Query)
    In This Topic
    Gets the QueryParameters collection containing a list of parameters that are passed to the data source as part of the query.
    Syntax
    'Declaration
     
    Public ReadOnly Property Parameters As QueryParameters
    public QueryParameters Parameters {get;}
    See Also