Gets the collection of QueryParameter objects that are passed to the data source as part of the current query.

Namespace:  C1.C1Preview.DataBinding
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public QueryParameterCollection Parameters { get; }
Visual Basic
Public ReadOnly Property Parameters As QueryParameterCollection
	Get

See Also