Tip for text in iReport

What functionality does iReport allow tooltip text for?

I have a description of a field name that contains very large text. Instead of displaying large text, I want to show two or three lines and the rest of the text as a tooltip. How is this possible?

+4
source share
2 answers

You can use the hyperlinkTooltipExpression expression for a textField element, for example.

Here you can find a sample.

In iReport, you can call up a dialog to configure a tooltip using the Hyperlink context menu.

step 1

step 2

+1
source

This should be possible if you export your report in HTML or view it in JasperViewer.

0
source

Source: https://habr.com/ru/post/1303906/


All Articles