Hi Team,
I have added check box in SSRS report as parameter.
For this , I have wrote code in Contract class and DP class to get the value.
Contract class -
DP - ProcessReport method
Requirement -
FormTextType - HandOverReport >> Txt = ABCDE
FormTextType - Invent >> Txt = 123BCCDDE
If the checkBox in report parameter is YES, then it should print the Txt in report ABCDE else 123BCCDDE
Issue is -
If the check box is YES , It always print Txt 123BCCDDE , for Yes , it should print ABCDE always
When i debugged that issue - with check box YES , It goes to correctly in if condition and print ABCDE
BUT when i run the report without debugging with parameter YES then it goes to always else condition . It should go If condition NOT else
I have restart AOS, SSRS report services, Usage data clear and FULL Incremental CIL but still getting same issue.
Kindly let me know how will resolve this issue