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.
我有一个包含参数的 RDLC 报告。当我在服务器端将其呈现为 SSRS RDL 时,它包含用于参数的 UI 过滤器......但当我在 WinForms 应用程序中将其呈现为 RDLC 时,它不包含。
有没有办法做到这一点,还是不支持?
谢谢。
是的,它受支持。您必须自己构建 UI 才能将报告参数传递给您的报告。这包含很多教程。