简体   繁体   English

RDL报告给ASPX页面查看器

[英]rdl report to aspx page viewer

I have visual Studio 2008 web project with sql 2008 (3.5). 我有带有sql 2008(3.5)的visual Studio 2008 Web项目。 I have created a .rdl report and want to view/post it on an aspx page. 我已经创建了一个.rdl报告,并希望在aspx页面上查看/发布它。 I am also using C# if that helps. 如果有帮助,我也使用C#。 What are the steps/tools needed. 需要哪些步骤/工具。 thanks 谢谢

You will need to convert your rdl to an rdlc (Outlined here: http://msdn.microsoft.com/en-us/library/ms252109%28VS.80%29.aspx ) 您将需要将rdl转换为rdlc(此处概述: http : //msdn.microsoft.com/zh-cn/library/ms252109%28VS.80%29.aspx

Then you can drag an aspx report viewer control to your aspx page and select the rdlc file. 然后,您可以将一个aspx报表查看器控件拖到您的aspx页面上,然后选择rdlc文件。

EDIT: Since you already have an SSRS server, you do not need to bother converting your rdl to rdlc. 编辑:由于您已经有一个SSRS服务器,您无需费心将rdl转换为rdlc。 I believe this is what you were looking for: SSRS Report on ASP.NET page 我相信这就是您想要的: ASP.NET页面上的SSRS报告

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM