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.
SSRS 中的子报表有没有办法调用其父报表的代码?我知道“Code.FunctionName()”调用子报表代码部分中的代码,但我可以使用“Parent.Code.FunctionName()”之类的东西来访问父代码吗?
我认为这个想法是有缺陷的,因为除非在另一个报告的子报告中,否则该报告将无法运行。而且我认为 SSRS 不支持它。
在报表之间共享代码的方法是使用外部 .dll
它很容易设置,您可以用 C# 和 VB 编写代码。
http://support.microsoft.com/kb/920769