Class ReportFunctions

  • All Implemented Interfaces:
    net.sf.jasperreports.functions.FunctionSupport

    public class ReportFunctions
    extends net.sf.jasperreports.functions.AbstractFunctionSupport
    Author:
    Lucian Chirita (lucianc@users.sourceforge.net)
    • Field Detail

      • EXCEPTION_DATA_SOURCE_NOT_HIERARCHICAL

        public static final String EXCEPTION_DATA_SOURCE_NOT_HIERARCHICAL
        See Also:
        Constant Field Values
    • Constructor Detail

      • ReportFunctions

        public ReportFunctions()
    • Method Detail

      • ORIGINAL_DATA_SOURCE

        public net.sf.jasperreports.engine.JRDataSource ORIGINAL_DATA_SOURCE()
      • originalDataSource

        protected net.sf.jasperreports.engine.JRDataSource originalDataSource()
                                                                       throws net.sf.jasperreports.engine.JRException
        Throws:
        net.sf.jasperreports.engine.JRException
      • SUB_DATA_SOURCE

        public net.sf.jasperreports.engine.JRDataSource SUB_DATA_SOURCE()
      • SUB_DATA_SOURCE

        public net.sf.jasperreports.engine.JRDataSource SUB_DATA_SOURCE​(String expression)
      • hierarchicalDataSource

        protected net.sf.jasperreports.engine.data.HierarchicalDataSource<?> hierarchicalDataSource()
                                                                                             throws net.sf.jasperreports.engine.JRException
        Throws:
        net.sf.jasperreports.engine.JRException
      • RESOURCE_DATA

        public byte[] RESOURCE_DATA​(String location)