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.
我有 ASP.Net 应用程序有几个RDLC Reports,我已经使用参数表单生成了带有动态列的报告。现在我想生成RDLC Report使用动态组的报告。意味着参数表单将在Dropdown框中列出一些列,并且当用户选择任何列时.. RDLC 报告将根据下拉框中所选列的分组生成。
RDLC Reports
RDLC Report
Dropdown
我怎么能用代码做到这一点?请给我一些基本的想法或 C# 语法
谢谢..