private void button2_Click(object sender, System.EventArgs e){ stiReport1.Load("..\Work with Components.mrt"); ((StiText)stiReport1.Pages["Page1"].Components["Text1"]).Text.Value = textBox1.Text; stiReport1.Show();}
在下面的屏幕截图中,您可以看到示例代码的结果。

下载示例代码
标签:
声明:本站部分文章及图片源自用户投稿,如本站任何资料有侵权请您尽早请联系jinwei@zod.com.cn进行处理,非常感谢!