【发布时间】:2011-01-21 11:26:44
【问题描述】:
我们正在使用 Microsoft.Reporting.WebForms.LocalReport (RDLC)
只有 4 个渲染扩展,pdf、excel、图像和另外 1 个可用。
我们希望最终将报告呈现为 HTML。我们怎样才能做到这一点?有什么相关建议吗?
【问题讨论】:
标签: html reporting-services rdlc
我们正在使用 Microsoft.Reporting.WebForms.LocalReport (RDLC)
只有 4 个渲染扩展,pdf、excel、图像和另外 1 个可用。
我们希望最终将报告呈现为 HTML。我们怎样才能做到这一点?有什么相关建议吗?
【问题讨论】:
标签: html reporting-services rdlc
您需要将ReportViewer 控件添加到您的页面。
http://msdn.microsoft.com/en-us/library/ms251671(v=VS.100).aspx
【讨论】: