1
I have an application in C# and created some reports that are in the application folder, the problem is that if someone copies the report files (.rpt) the same if you have Crystal Reports installed will be able to view and change the file settings.
How do I prevent this? You have to compile or encrypt the file?
Note: I don’t want to compile the report along with the exe application because it makes the exe too big.
If you don’t want to compile them together with the application and don’t want to send the files loose, what’s left?
– Jéf Bueno
I don’t know, put a password on . rpt?
– Maykon Luiz Matos Araujo