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)