I have an SSRS report that uses Sharepoint 2007 list, one of the parameters in the report is a dropdown, for some reason when I run the report it generates an error saying "Failed to evaluate the FilterExpression of the DataSet". If I remove
the "Allow multiple value" for the parameter the report runs without any issues. Is this is a limitation on SSRS and Sharepoint? The report rdl dataset is uses this tag <RSSSharepointList>. The multiselect parameter has it's own dataset as
well. Some folks on the web are having the same issue. The filter expression and filter expression uses IIF there is no code behind. Is that possible to use code behind in the filter express and how?
↧