Class JRDesignHyperlinkParameter

    • Field Detail

      • PROPERTY_VALUE_EXPRESSION

        public static final java.lang.String PROPERTY_VALUE_EXPRESSION
        See Also:
        Constant Field Values
    • Constructor Detail

      • JRDesignHyperlinkParameter

        public JRDesignHyperlinkParameter()
        Creates a blank hyperlink parameter.
    • Method Detail

      • setValueExpression

        public void setValueExpression​(JRExpression valueExpression)
        Sets the parameter value expression.

        This expression will be evaluated at fill time and the resulting value will be saved in the print hyperlink instance.

        Parameters:
        valueExpression - the expression that produces the parameter value