This is somewhat a continuation of a previous question:
http://ko.infragistics.com/community/forums/t/72129.aspx
The root of the problem is that the user entry options for parameters seems extremely limited so I am forced to manually create input controls to function the way need them to and then pass in those parameters to the report for processing. Here is what I have done so far:
The problem is that I am not able to bind the new control to the Parameter.ParameterValue. Perhaps I have done something wrong. Is there a sample that demonstrates this? Is this an appropriate approach to accomplish my goals or is there a better way?
Hello Mike,
In the previous sample when setting the parameters of the report at runtime in the SelectionChanged event a condition can be added to check which report was selected and then set the parameter values on there from the text box controls.
I have attached an updated sample.