how to edit rdlc report without using visual studio

夙愿已清 提交于 2019-12-10 17:45:38

问题


I am now working on Sql Server Management Studio and Visual Studio C#. I created an Stored Procedure to retrieve data from tables in database. Using the result dataset , I created a rdlc report using visual studio report designer.

I will install this software(software i am developing) in different systems in different locations. The problem is, the users may want to change the design(only the design, not dataset) of the reports and I can't install visual studio on all those systems. So, I would like to know is there any tool that can be used to change only the design of the rldc report, which is less in size, easy to install (comparing to visual studio)

来源:https://stackoverflow.com/questions/53166941/how-to-edit-rdlc-report-without-using-visual-studio

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