如何获取文本框的值到Xtrareport

时间:2018-05-20 14:41:50

标签: c# wpf xtrareport

我在textbox中有MainWindow.xaml。因此,我希望将此文本框的值设为XRlabel Xtrareport形式。这该怎么做?感谢!!!

1 个答案:

答案 0 :(得分:1)

您可以使用XtraReport.FindControlXtraReport.AllControls方法在报表中找到该标签,并在显示其预览之前分配其XRLabel.Text属性值。

另一种方法是使用报告参数like this并将XRLabel绑定到参数,因此您需要将TextBox的值传递给报告参数。