priyanka

priyanka

  • NA
  • 215
  • 123.3k

how to show and hide a label based on string value in rdlc

May 25 2017 1:27 AM
=IIF((Fields!ShippingCase.Value, "DS_Invoice") =="true", false, true)
 
Please help me in correcting the syntax.Here,I have to compare shippingcase value is true or not.

Answers (11)