String.empty is passed to a string parameter in crystal report.When we check IsNull(stringparameter) in crystalreport formula it returns false.
rptDoc.SetParameterValue(1
,string.Em
pty);----c
sharp
if IsNull({?String}) then "Empty parameter" else {?String}---crystal report formula field
Start Free Trial