RDLC Report isssue

Dracarnion

Member
Joined
Apr 10, 2007
Messages
11
Programming Experience
5-10
Hello -

I'm using my form to populate some fields in an RDLC report. It had been working fine for a while but today I added some fields and now it's breaking.

When I use the print preview function, it works fine, but when I go to print it, it complains:

{"An attempt was made to set a report parameter 'companyName' that is not defined in this report."}

on this line:

InternalReport.SetParameters(ReportParameters)

I've tried removing that parameter but it just complains about the next one. I have declared them on the report parameters of the form.

Any ideas are greatly appreciated.

Thank you!
 
Back
Top