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.
我想用数据库中的日期列表填充组合框。然后根据用户输入,我想将 Tablix 更改为仅过滤晚于所选日期的日期。
我该怎么做?
详细的步骤将很有用。
您不需要变量:您将任何过滤器绑定到Parameter 集合中的相关控件
例如,筛选、分组和排序数据或如何:将筛选器添加到数据集
对于更明显的事情,这里也是