intive-FDV / DynamicJasper

Dynamic Reports using Jasper Reports
http://intive-fdv.github.io/DynamicJasper/
GNU Lesser General Public License v3.0
241 stars 128 forks source link

Support for Hyperlink target configuration #105

Open binaryfields opened 3 years ago

binaryfields commented 3 years ago

Currently, DJHyperLink only allows to specify tool-tip and hyperlink expression. It would be great if we could also specify hyperlinkTarget attribute supported by all Jasper hyperlink elements.

The values for hyperlinkTarget are:

I've looked at HyperLinkUtil.java and it seems like a straightfoward change. Would you accept a pull request for this feature?