'Declaration Public Property Value As ExpressionInfo
public ExpressionInfo Value {get; set;}
Gets or sets an expression that evaluates to the parameter value to pass to the data source.
'Declaration Public Property Value As ExpressionInfo
public ExpressionInfo Value {get; set;}
The expression can refer to report parameters but cannot contain references to report elements, fields in the data model, or aggregate functions.
In the case of a parameter for a Values or DataValues query, the expression can only refer to report parameters that occur earlier in the parameters list. The value for this query parameter is then taken from the user selection for that earlier report parameter.