Hi team,
I want to create a navigate to URI by coding and that URI contain expression.
basically there is a textbox and i want to add a hyper link on it but when its value equal 0 then i don't want to enable hyper link feature.
this is the URI :
="Reports/AttendeesProfiles.aspx?QRCodeID=" + Fields.QRCodeID+ "&QRCodeTypeDesc=" + Trim(ReportItem.Parent.DataObject.QRCodeTypeDesc) + "&QRCodeName=" + Trim(Fields.QRCodeName) + "&IsQRCodesType=False"
regards,
Mohammed
I want to create a navigate to URI by coding and that URI contain expression.
basically there is a textbox and i want to add a hyper link on it but when its value equal 0 then i don't want to enable hyper link feature.
this is the URI :
="Reports/AttendeesProfiles.aspx?QRCodeID=" + Fields.QRCodeID+ "&QRCodeTypeDesc=" + Trim(ReportItem.Parent.DataObject.QRCodeTypeDesc) + "&QRCodeName=" + Trim(Fields.QRCodeName) + "&IsQRCodesType=False"
regards,
Mohammed