来自数据库的 ReportViewer 报告路径 .rdlc
我正在数据库列中物理保存 .rdlc(xml) 文件。列数据类型是“图像”。如何读取此列并将其动态设置到 ReportViewer 控件?如果有任何例子请告诉我。
感谢您的帮助。
I am saving physically .rdlc(xml) file in the database column. The column datatype is 'image'. How can I read this column and dynamically set it to the ReportViewer control? Please let me know if there are any examples.
Thank you for any help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我回答了一个非常类似的问题,涉及从 sql server 数据库获取 reportviewer 报告定义。
使用 .NET 报表查看器打开远程 RDL
另外,就个人而言,由于某些 RDLC 文件的大小,如果流量很大以获得更好的性能,我无论如何都会将它们缓存到磁盘上。
I answered a very similar question regarding getting a reportviewer report definition from a sql server database.
Opening Remote RDL with .NET Report Viewer
Plus, personally due to the size of some RDLC files, I would cache them to disk anyway if there is a lot of traffic to get better performance.