我有一个 Web 应用程序,通过报表查看器控件提供 SQL 报表服务报告。由于某些报告的复杂性,我使用了附加到业务对象的 rdlc 报告。
现在,我想扩展系统并允许某种形式的用户定义报告。理想情况下,我希望用户将其报告连接到我用来创建rdlc报告的相同业务对象。
- Is there a control that allows users to create/edit their own rdlc files?
- Can rdl files be attached to business objects?
- Any hints/tips for writing my own control to edit rdlc files? (I would think this is a lot of work and would only attempt if there is no suitable answer to 1 or 2).
我所有的开发都是在VS 2005和SQL 2005进行的,但如果2008年的新功能有助于解决问题,我可以升级。