I had an existing report that was just moved over from SSRS2005. I needed to add columns to this report. I'm adding this information into the table(tablix) control. I'm not summarzing anything at the moment. I changed the proc to include the new data & refreshed the fields in the Visual Studio. I added the new data into the table and this is the error i'm getting
[rsInvalidExpressionDataType] The Value expression used in textrun ‘NetCreditsTotal.Paragraphs[0].TextRuns[0]’ returned a data type that is not valid.
The data type of this new data is money, although i have other money fields in this report. This new data shows up in the visual studio query.
When the data displays on the report is dispays as #ERROR
Any help would be appreciated.
ro