In This Topic
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.
Syntax
'Declaration
Public Property UsedInQuery As TriState
public TriState UsedInQuery {get; set;}
See Also