|
visakh16
Very Important crosS Applying yaK Herder
India
47173 Posts |
Posted - 04/20/2012 : 15:43:05
|
vs 2010 will not support ssrs 2005 reports so if you want to use them in vs 2010 you need to upgrade them first. Also this should rdlc file not rdl as VS 2010 currently supports only local reports (.rdlc) and not reporting project report (rdl) as such. Reason is that the reporting project type is not something native to Visual Studio, but its rather a component of the Business Intelligence Development Studio (BIDS), which is a VS add-on installed by the SQL Server installer - if you choose to install it during SQL Server setup. You will use it to create reports for publishing to a Reporting Services report server or to SharePoint.BIDS for the latest version (SQL Server 2008 R2) still uses VS 2008, and is not compatible with VS 2010. Besides, even if you already have VS 2008, you still won't have those project templates unless you install BIDS specifically from the SQL Server installer.
------------------------------------------------------------------------------------------------------ SQL Server MVP http://visakhm.blogspot.com/
|
 |
|