IanWaterman
Programmer
I am trying to create a text expression which outputs a report type.
I have a Parameter which can be populated with S, C or T and these relate to Summary, Claims or Transactions.
When I place the parameter on report its works fine, it appears in Expression dialog as
=Parameters!InputReportType.Value
If I change expression to
=if Parameters!InputReportType.Value = 'S' then 'Summary' else if Parameters!InputReportType.Value = 'C' then 'Claims' else 'Transactions'
Report fails to run with an error which states
Could not find file 'C:\TEMP\expression_host_858ead60c50041128a6a5a476a05bc75.dll'.
----------------------------
An unexpected error occurred in Report Processing.
----------------------------
The definition of the report ' is invalid.
----------------------------
An error occurred during local report processing.
Any suggestions as to what I am doing wrong will be gratefully received.
Ian
I have a Parameter which can be populated with S, C or T and these relate to Summary, Claims or Transactions.
When I place the parameter on report its works fine, it appears in Expression dialog as
=Parameters!InputReportType.Value
If I change expression to
=if Parameters!InputReportType.Value = 'S' then 'Summary' else if Parameters!InputReportType.Value = 'C' then 'Claims' else 'Transactions'
Report fails to run with an error which states
Could not find file 'C:\TEMP\expression_host_858ead60c50041128a6a5a476a05bc75.dll'.
----------------------------
An unexpected error occurred in Report Processing.
----------------------------
The definition of the report ' is invalid.
----------------------------
An error occurred during local report processing.
Any suggestions as to what I am doing wrong will be gratefully received.
Ian