开发者

How to add field to existing sql report in visual studio 2008

开发者 https://www.devze.com 2022-12-08 10:40 出处:网络
I have an SQL report in a visual studio 2008 project. I need to add a new field to the report but I can\'t see the data source. If I open the data source pane it is empty. If I run the project the rep

I have an SQL report in a visual studio 2008 project. I need to add a new field to the report but I can't see the data source. If I open the data source pane it is empty. If I run the project the reports runs well. Can anyone suggest a solution? I am new to reporting services.

thanks

开发者_JAVA技巧

ldj


Is the datasource based on a stored procedure? You can check by clicking on the parameter button "..." next to the dataset combo box.

0

精彩评论

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