Hi all,
I am developing an application using crystal report in vs2010 and c#. There is a dll file which rpt files are stored in it but i need to update some properties of some rpt files.
Anyone has any idea?
(I want to update the rpt because text size of a label is limited to 1000 characters and it trims the text when i send any string longer than 1000 chars)
ps : i am using reflector to decompile the dll aswell.