无法为c#中的文本框属性赋值

时间:2016-11-11 12:52:07

标签: c# .net reporting-services

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

我在stEx中有一个值,我需要将它分配给`

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

现在我收到以下错误。

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

真的很感激任何有关此事的建议。

0 个答案:

没有答案