Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在寻找一种在 Visual Studio 2008 中向 RDLC 报告的标题添加“子报告”(或等效的东西)的方法。我有一个信息块,我想通过参数传递,但我只想要显示一次。任何帮助,将不胜感激!
我想我找到了一种方法。我刚刚向页眉添加了一个文本框和一个新参数(其中包含我要显示的信息)。然后我将文本框内容设置为参数的值。