sql server reports using visual studio
I was trying to learn sql server开发者_如何学Go report building so I started by using the SQL Server builder intelligent development studio. I created a few .rdl files and they run fine when I run them from visual studio individually. I do not have a report server but I would like to call these report files from a web application. Is there anyway this can be done or should I resort to just using a dataset and make db requests. I would prefer to use the reports but since the sql server version I am using does not have the report management portion installed and I do not have admin permissions to reinstall.
You need the ReportViewer control to add your projects.
And you need in in local mode: no web server needed
Edit: need to download it (there are 3 versions BTW)
http://www.microsoft.com/downloads/en/details.aspx?FamilyID=CC96C246-61E5-4D9E-BB5F-416D75A1B9EF
精彩评论