假如这个报表我制作好了,别人在他的电脑上如何可以看到呢
帮忙看下RDLC是否已安装,然后report viewer我按照网上的安装步骤,不知道为什么就只安装不了
两种方式
一、 将报表发布到服务器(SQL Server Reporting Service)或SharePoint
报表服务器能管理相关报表(上传、授予权限等)
https://docs.microsoft.com/zh-cn/sql/reporting-services/reports/publishing-reports-to-a-report-server?view=sql-server-ver15
二、 将报表集成到asp.net网站中
将rdlc文件作为报表模板,使用report viewer控件展现报表
https://docs.microsoft.com/zh-cn/sql/reporting-services/application-integration/integrating-reporting-services-using-reportviewer-controls-get-started?view=sql-server-ver15
做一个网站,引用报表,客户端访问网站就能看到了
https://blog.csdn.net/weixin_30631587/article/details/97847438