I put the crystal Report file in my project. Did as you said, inserted:(myCR.Load("CrystalReport1.rpt");
but now I got an error on this line: Load report faild.
I would like manualy inserted all the data needed in the report. I dont want to do as it is on the codeproject.com webiste (on your link you gave me).
btw, I was thinking to use these option:
Why I these then for, if I need to add new item, like it`s shown on that codeproject.com website example?
I am a rookie at C#, so please don`t be mad if my questions gonna sound stupid...