hi i use rdlc report for window application,which is develop in c#.net
i also provide the functionality for dynamic report change.
for this i must put all report files in setup project,
but it's disadvantage is client can view .rdlc report file in notepad?
i want to prevvent client to see .rdlc files in notepad etc.
how to do this?
smsavsani
Member
15 Points
31 Posts
how to prevent client to see .rdlc report?
May 27, 2012 09:54 AM|LINK
hi i use rdlc report for window application,which is develop in c#.net
i also provide the functionality for dynamic report change.
for this i must put all report files in setup project,
but it's disadvantage is client can view .rdlc report file in notepad?
i want to prevvent client to see .rdlc files in notepad etc.
how to do this?
anitsolution
Member
368 Points
68 Posts
Re: how to prevent client to see .rdlc report?
May 28, 2012 05:35 AM|LINK
Hi,
I have used ILMerage.exe for merging .dll in the exe.
for. ex.
a.dll
b.dll
c.exe
After running the ILmerge.exe we have only "d.exe" which contains all the data embedded within it.
Try to embed the RDLC by ILMerge.exe
http://www.developerfusion.com/code/4504/merge-an-exe-and-a-dll-into-one-exe/
help@anitsolution.com
http://www.anitsolution.com