首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > asp.net >

asp。net ReportingService 有关问题 (SOS)

2012-12-19 
asp。netReportingService问题 (SOS)找不到项“/ReportingServiceStaQueryVB/Report1.rdl”。 (rsItemNotFound

asp。net ReportingService 问题 (SOS)
找不到项“/ReportingServiceStaQueryVB/Report1.rdl”。 (rsItemNotFound)
明明有Report1!




报表report1的目录在E:\vss\ReportingServiceStaQueryVB
程序的目录在E:\vss\WebSites\PlatForm_Quota\Staquery
程序代码:
  <rsweb:ReportViewer ID="rptvMain" runat="server" Font-Names="Verdana" 
        Font-Size="8pt" ProcessingMode="Remote" ShowBackButton="True"
                    ToolTip="平砖月度汇总报表---分地区显示" ShowParameterPrompts="false" 
        ZoomMode="FullPage" SizeToReportContent="True" AsyncRendering="False" >
                    <ServerReport ReportPath="/ReportingServiceStaQueryVB/Report1.rdl" ReportServerUrl="http://127.0.0.1:8080/ReportServer" DisplayName="" />
  </rsweb:ReportViewer> 
[最优解释]
不知道啊!!!!!!
[其他解释]
修改你的ReportPath,点Report1可以看到url
[其他解释]
报表有没有发布出去。
[其他解释]
你说的是不是部署啊!!!你看这样行嘛,还是报哪个错
------ 已启动生成: 项目: ReportingServiceStaQueryVB, 配置: DebugLocal ------
正在跳过“DataSource1.rds”。项是最新的。
正在跳过“Report1.rdl”。项是最新的。
生成完成 -- 0 个错误,0 个警告
------ 已启动部署: 项目: ReportingServiceStaQueryVB, 配置: DebugLocal ------
部署到 http://127.0.0.1:8080/ReportServer
正在部署数据源“/数据源/DataSource1”。
警告 : 不能将数据源 DataSource1 部署到服务器,因为它已经存在并且未指定 OverwriteDataSources。
正在部署报表“/ReportingServiceStaQueryVB/Report1”。
部署完成 -- 0 个错误,1 个警告
========== 生成: 成功或最新 1 个,失败 0 个,跳过 0 个 ==========
========== 部署: 成功 1 个,失败 0 个,跳过 0 个 ==========

[其他解释]

引用:
报表有没有发布出去。

你说的是不是部署啊!!!你看这样行嘛,还是报哪个错
------ 已启动生成: 项目: ReportingServiceStaQueryVB, 配置: DebugLocal ------
正在跳过“DataSource1.rds”。项是最新的。
正在跳过“Report1.rdl”。项是最新的。
生成完成 -- 0 个错误,0 个警告
------ 已启动部署: 项目: ReportingServiceStaQueryVB, 配置: DebugLocal ------
部署到 http://127.0.0.1:8080/ReportServer
正在部署数据源“/数据源/DataSource1”。
警告 : 不能将数据源 DataSource1 部署到服务器,因为它已经存在并且未指定 OverwriteDataSources。
正在部署报表“/ReportingServiceStaQueryVB/Report1”。
部署完成 -- 0 个错误,1 个警告
========== 生成: 成功或最新 1 个,失败 0 个,跳过 0 个 ==========
========== 部署: 成功 1 个,失败 0 个,跳过 0 个 ==========
[其他解释]
访问http://127.0.0.1:8080/ReportServer看看有没有Report1的报表,你似乎没有发布出去
[其他解释]
引用:
访问http://127.0.0.1:8080/ReportServer看看有没有Report1的报表,你似乎没有发布出去


这个算不算发布出去了。。。

[其他解释]
引用:

修改你的ReportPath,点Report1可以看到url

http://127.0.0.1:8080/ReportServer/Pages/ReportViewer.aspx?%2fReportingServiceStaQueryVB%2fReport1&rs:Command=Render
点进去就是这个。。。
ReportPath="/ReportingServiceStaQueryVB/Report1.rdl" 
ReportPath="/../ReportingServiceStaQueryVB/Report1.rdl" 
这两种都试过了、、、都找不到


[其他解释]
(HELP)

大神,帮我看一下
[其他解释]
引用:
修改你的ReportPath,点Report1可以看到url

大神帮我看一下,我QQ1253607744

热点排行