.SetParameterValue doesn't affect reports query
In my .frx report I have this query "select * from [Batch] where [BatchID] = @param1";
param1 has a default value as 1.

This is part of my report.cs file http://pastebin.com/Nae01pJx
This is the result I get
Any ideas?
Thanks!
param1 has a default value as 1.

This is part of my report.cs file http://pastebin.com/Nae01pJx
This is the result I get

Any ideas?
Thanks!
Comments