Gets or sets value indicating whether the parameter is used in a query in the report. This is necessary to determine if the queries must be rerun if the parameter changes.

Namespace:  C1.C1Rdl.Rdl2008
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public TriState UsedInQuery { get; set; }
Visual Basic
Public Property UsedInQuery As TriState
	Get
	Set

See Also