Hi,
Do get the email box opened on clicking of email type field in report output, it is required to
set below on the field/string type variable in cross tab.
Link Target = Self
Link Type = Reference
Hyperlink Reference Expression = "mailto:"+$V{EmpEmail} where EmpEmail is the string type of variable in cross tab (or it can be any text field on bands or table component)
Example : 2 : "mailto:"+$F{employeeEmail}
Reference:
https://stackoverflow.com/questions/27239882/how-to-add-email-hyperlink-in-ireport
Thanks
Sadakar
Do get the email box opened on clicking of email type field in report output, it is required to
set below on the field/string type variable in cross tab.
Link Target = Self
Link Type = Reference
Hyperlink Reference Expression = "mailto:"+$V{EmpEmail} where EmpEmail is the string type of variable in cross tab (or it can be any text field on bands or table component)
Example : 2 : "mailto:"+$F{employeeEmail}
Reference:
https://stackoverflow.com/questions/27239882/how-to-add-email-hyperlink-in-ireport
Thanks
Sadakar
No comments:
Post a Comment