I am getting a weird expression error in SSRS.
The error is weird because it reports a COLON is invalid, but that only occurs after a few of them. on the 4th one??
Here is the error…
The Value expression for the textrun ‘Textbox14.Paragraphs[0].TextRuns[0]’ contains a colon or a line terminator. Colons and line terminators are not valid in expressions.
Try pulling out the text from textbox 14 and drop it into a program like notepad++. Turn on show all symbols and then you can see if there is a weird hidden symbol stuck in your textbox. This often happens when people copy/paste things from weird sources like pdfs, websites, forms, or other documents.
Good luck!
Nate
There was an odd Apostrophe and I was able to view that in an editor. Although It is weird how the error did /did not show when I added / removed ONLY the COLON from the expression, several times.
Anyhow, all is right with the SSRS world now.
thank you both for your help