步骤一:reporting services2005是集成在sqlserver2005的安装中的,reporting services2005的安装需要系统为64位,且iis配置为64为模式
在运行中执行以下脚本设置iis为64位模式:cscript c:/inetpub/adminscripts/adsutil.vbs SET /w3svc/AppPools/Enable32BitAppOnWin64 True
在运行中执行以下脚本用于注册.Net的framework2.0 X64:C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/aspnet_regiis.exe –i
以上为对IIS的设置
步骤二:安装sqlserver2005,在组件中钩选reporting services,默认安装
步骤三:安装完成后配置报表服务器,在sqlserver2005配置工具中选择reporting services配置,生成相应的IIS虚拟目录和报表在sqlserver2005中的数据库,完成配置。
访问:在IIS中虚拟目录中的ReportServer右键选择属性,在目录安全项中身份验证启用匿名访问。进入
http://localhost/Reports/Pages/Folder.aspx管理相关报表,设置数据源,上传报表。通过
http://localhost/ReportServer访问报表