I need to pass listbox selected values to crystal report from .net 2005.when I am doing it the error display "The types of the parameter field and parameter field current values are not compatible." Please give me a coding for this immiedietly thanks
Pass ListBox selected values to Crystal Report
Collapse
X
-
check for the datatypes of listbox item and parameter field...it should be identical....Originally posted by EvaI need to pass listbox selected values to crystal report from .net 2005.when I am doing it the error display "The types of the parameter field and parameter field current values are not compatible." Please give me a coding for this immiedietly thanks
Comment