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.
我有一个要连接的访问数据库,但是我想用取决于用户选项的数据刷新报表视图。
我该怎么做?
例如,我有一个名为 dsDealer 的数据集和一个 report.rdlc 文件
我想用新数据更新对象数据源。
任何帮助都会非常感谢。
What ever you did to put data in the dataset....do it again with the new data.
On the ReportViewer object, call DataBind().
http://msdn.microsoft.com/en-us/library/microsoft.reporting.webforms.reportviewer_members%28v=vs.80%29.aspx