I need to check the equality of two strings in rdl <code>
file.
The below condition check only both or in Null values. but i need to check the parameter values are equal or not.
The below functions is custom function written in <code></code>
block.
Please help.
NPServedasperPolicy
and NPServed
parameter values are coming from reports values.
public function getNoticePeriodStatus
(byval NPServed as String,byval NPServedasperPolicy as String)
if(NPServedasperPolicy = NPServed)
getNoticePeriodStatus = "Notice period Fully Served"
end if