Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
nickryan
Starting Member
2 Posts |
Posted - 2014-08-17 : 19:51:34
|
I'm receiving a warning message when I run my report:[rsRuntimeErrorInExpression] The Format expression for the textrun 'LastActivityCode.Paragraphs[0].TextRuns[0]' contains an error: Input string was not in a correct format.I can't find what this warning is referring to. I have searched the rdl using a text editor and there's no mention of that element name.I did copy an existing report to get the format used and replaced the query and columns displayed with my own so I assumed some legacy code had been left behind but if it's not in the .rdl, what can this warning be referring to?Nick RyanSQL Server Developer |
|
nickryan
Starting Member
2 Posts |
Posted - 2014-08-17 : 22:03:05
|
I've found the answer and it is that I had to shut down VS 2008 and reopen it and the warning went away. I'd previously found a suggestion that I could simply close and reopen the project to do that but as it hadn't worked, I assumed the warning was actually legitimate.Nick RyanSQL Server Developer |
|
|
|
|
|