开发者

disabling datasource requirement for reports in VS2010

开发者 https://www.devze.com 2023-03-05 07:34 出处:网络
In VS2008, if you have an existing dataset in your project, you can add that to a new microsoft report (开发者_运维技巧.rdlc file) without HAVING TO provide a datasource of any sort.

In VS2008, if you have an existing dataset in your project, you can add that to a new microsoft report (开发者_运维技巧.rdlc file) without HAVING TO provide a datasource of any sort.

In VS2010 however, if you want to either go through the wizard, or add a dataset, you HAVE TO provide a datasource for the report to get its dataset from, is there a way to disable this?

I've found a work around in creating the rdlc in 2008 and just copying and pasting the file to a 2010 project, but that's just ridiculous.

Any help will be greatly appreciated.

0

精彩评论

暂无评论...
验证码 换一张
取 消