i am parsing value from xml like N1040.func.10
while generating the report i m getting only last two digits 10
if i remove dot then whole value is printing
Thanks in advance
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
suhas settyPosted Sep 19, 2013, 2:46 AM
range.InsertAfter("Requirement: \u0022" + id + "\u0022");
suhas settyPosted Sep 19, 2013, 2:36 AM
range.InsertAfter("Requirement: \u0022" + id + "\u0022");
Jignesh TrivediPosted Sep 18, 2013, 11:56 PM
Also provide information like... which type of report are you using? is there any field from their you get xml? your xml is form of string or real xml?