Values property of a ppParameter is read only. How can I change a concrete element of Values when a parameter has more than one value (in RAP and in CODE)?
Hello Nard, as you can see, I just started a new thread about this issue(Parameter search expression bug). Finally I founded this way of editing the "values" property by this way. But there is a bug about date & datetime formatting related in this thread.
Comments
example:
Report.Parameters.Items['ParamName'].Value := 'test';
--
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
Best regards,
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
search operator like soBetween or soInList.
Set the SearchExpression property to a comma delimited list of values.
example:
Report.Parameters.Items['ParamName'].AutoSearchsettings.SearchExpression :=
'value1, value2';
--
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
Best regards,
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
issue(Parameter search expression bug). Finally I founded this way of
editing the "values" property by this way. But there is a bug about date &
datetime formatting related in this thread.
Thank you very much.
Francis