I am building reports for a Winforms project which will be distributed to different users. I am new to Crystal Reports and just relying on examples given in the internet. I was able to succesfully create one report, creating a .rpt file and using the reportviewer to render it. In the application code, I have explicitly set the path of the report file (*.rpt). When I deploy the project to the users, the *.rpt file will not be where the code is expecting it to be and will definitely hit an error. How do I get around this kind of situation.
Thanks and any help or leads is appreciated.