如何在没有sql server报告服务器的情况下直接使用rdl
问题描述:
如何在没有sql server报告服务器的情况下直接使用rdl
实际上我的托管计划不支持SSRS所以我想要支持嵌入式报告的代码
How to use rdl directly without sql server reporting serveries
actually my hosting plan not supported SSRS so i want code that support Embedded Report
答
首先,您需要将rdl文件转换为rdlc文件。以下链接将帮助您做到这一点
将rdl转换为rdlc [ ^ ]
转换RDL和RDLC文件 [ ^ ]
RDL和RDLC之间的区别 [ ^ ]
其次,链接将帮助您在asp.net中使用rdlc
使用RDLC和DataSet开发ASP.NET Reporting Services报告 [ ^ ]
使用数据集生成RDLC报告 [ ^ ]
如何创建&在ASP.NET(C#)中查看简单的RDLC报告 [ ^ ]
如何在ASP.net reportviwer中动态加载rdlc和数据源? [ ^ ]
First you need to convert your rdl files to rdlc files. Below links will help you to do that
convert rdl to rdlc[^]
Converting RDL and RDLC Files [^]
Difference between RDL and RDLC[^]
Secondly below links will help you on using rdlc in asp.net
Using RDLC and DataSets to develop ASP.NET Reporting Services Reports[^]
RDLC Report Generation using Dataset[^]
How to create & View Simple RDLC Report in ASP.NET (C#)[^]
How to load rdlc and datasource dynamically in ASP.net reportviwer?[^]