Hi,
I've got a master-detail report much like you're invoice example.
The subreport has a reportparameter which I then set to a field in the mainreport. So far so good.
But if I then add a filter to the mainreport the report doesn't work anymore, the parts in main are displayed correctly but in the subreport area I get a red text saying:
An error has occurred while processing Report ":
Method GetRowsByStringGuid(System.RuntimeType strGuid) not found.
I use entitydatasource as my datasource and the parameter is actually a guid so I have todo some manual conversion as guid's are not supported.
The strange thing I've noticed however is that if I specify a value for the parameter in the subreport in the ReportParameter Collection Editor like 0 which is not guid but still a valid string. The report works as expected again.
Is this by design or am I missing something or maybe I found a bug?
I'm looking forward to hearing from you.
Tomas