2
Answers

ssrs and IN Operator issue

Photo of Avinash Vajpayee

Avinash Vajpayee

8y
931
1
how to export ssrs rdl report to excel in csharp programically.
how to send data comma seperated to sql porcedure for IN Operator.
for ex--
 
if i have (a,n,s) 
 
then it replace in IN operaator with ('a','n','s') 

Answers (2)