2
Answers

ssrs and IN Operator issue

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)