|
Hi,
I build an rdlc file from an SQL stored proceedure which includes the values for the elements of the report. On of the values is "<10m...". If I include this in the RDLC file I get the message "Name cannot begin with 1" when thw report renders, because "<1" is being taken a a new element. If I replace "<" with "<" the report renders but displays the text "<". So my question is who do I get the RDLC file to be valid and the Report to render correctly? The actual section of the RDLC looks like this: <Value><10m</Value>
Thanks O |