mercredi 21 janvier 2015

How to write if else condition in report.rdlc of textbox function in win forms?

I'm working with with Win forms using c#

I need to write a if else conditon textbox function which is inserted in report.rdlc.


I want it to execute that condition is the below way.



=IIF((ReportItems!English.Value >35<50),"C grade","Fail")


This is I'm using to execute.


I want it as when theReportItems!English.Value in between of 35 and 50 then that textbox to be shown c grade otherwise it should be Fail.

Please help me out.


Aucun commentaire:

Enregistrer un commentaire