how to create RDLC form dynamically in run time and how to save it?

前提是你 提交于 2019-12-11 18:28:31

问题


how to create RDLC form dynamically in run time and how to save it?


回答1:


You need to understand the Report Definition Language and based on that create XML file and save it as rdlc extension. If you want to handle report events, you need emit to generate dynamic .net code.



来源:https://stackoverflow.com/questions/4942698/how-to-create-rdlc-form-dynamically-in-run-time-and-how-to-save-it

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!