0
string stEx = cr.Text;
txtbox.Paragraphs[0].TextRuns[0].Value.Expression = stEx;

I have a value in stEx and I need to assign it to `

txtbox.Paragraphs[0].TextRuns[0].Value.Expression

Now I am getting the below error.

Cannot modify the return value of TextRun.Value because it is not a variable

Really appreciate any suggestions on this.

Andrei
  • 54,517
  • 9
  • 84
  • 106
vicky
  • 97
  • 2
  • 9

0 Answers0