'Declaration Public Property UsedInQuery As ReportParameterUsedInQuery
public ReportParameterUsedInQuery UsedInQuery {get; set;}
'Declaration Public Property UsedInQuery As ReportParameterUsedInQuery
public ReportParameterUsedInQuery UsedInQuery {get; set;}
This property helps determine if queries need to be re-executed when the parameter changes.
ReportParameterUsedInQuery.Auto (default) automatically detects if the parameter is referenced in any query value expression. If so, it returns true
; otherwise, false
.