Class JRDesignDataRange

    • Field Detail

      • PROPERTY_HIGH_EXPRESSION

        public static final java.lang.String PROPERTY_HIGH_EXPRESSION
        See Also:
        Constant Field Values
      • PROPERTY_LOW_EXPRESSION

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

      • JRDesignDataRange

        public JRDesignDataRange​(JRDataRange dataRange)
        Constructs a new data range that is a copy of an existing one.
        Parameters:
        dataRange - the range to copy
    • Method Detail

      • setLowExpression

        public void setLowExpression​(JRExpression lowExpression)
        Sets the low expression of the range. The low expression is evaluted to get the lower bound of the range.
        Parameters:
        lowExpression - used to get the lower bound of the range
      • setHighExpression

        public void setHighExpression​(JRExpression highExpression)
        Sets the high expression of the range. The high expression is used to get the upper bound of the range.
        Parameters:
        highExpression - used to get the upper bound of the range