Hello. Good day. I have this problem with my current program right now. I have a separate report created in Seagate Crystal Reports, and I'm integrating it to my program in C#.
I'm using CrystalDecision s and calls the ReportDocument class.
Under that report, I have many subreports. What I want to do is to select ALL the fields in the MAIN report and put it in the DataTable, then I would put that DataTable as the DataSource of my ReportDocument. The problem is, when I set a value to any of my subreport parameters, I am getting an error "Operation Illegal on Linked Parameters".. Any help? Thanks!
I'm using CrystalDecision s and calls the ReportDocument class.
Under that report, I have many subreports. What I want to do is to select ALL the fields in the MAIN report and put it in the DataTable, then I would put that DataTable as the DataSource of my ReportDocument. The problem is, when I set a value to any of my subreport parameters, I am getting an error "Operation Illegal on Linked Parameters".. Any help? Thanks!
Comment