我在report1.rdlc中创建了参数,然后拖动textBox。文本框Poperites - >可见性 - >显示或隐藏Expression的基础。我写道:=参数!hospBranchTxt.Value(hospBranchTxt是我参数的名称)。
reportViewer1.LocalReport.SetParameters(
new Microsoft.Reporting.WinForms.ReportParameter(
"hospBranchTxt",
"Хирургия"));
this.reportViewer1.RefreshReport();
但是报告没有加载......请帮忙