Hi!
It seems that you are assigning in 2) unintentionally the datasource as parameter to your value, if you replace this with deliverynote it should work.
objRpt.SetParameterValue("deliverynote",dsinvoice)
Best regards, Andreas
Hi!
It seems that you are assigning in 2) unintentionally the datasource as parameter to your value, if you replace this with deliverynote it should work.
objRpt.SetParameterValue("deliverynote",dsinvoice)
Best regards, Andreas