Class DataSourceProcessor.Output

  • Enclosing class:
    DataSourceProcessor

    public static final class DataSourceProcessor.Output
    extends java.lang.Object
    Contains the datasource output.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      net.sf.jasperreports.engine.JRDataSource jrDataSource
      The datasource to be assigned to a report or sub-report detail/table section.
    • Constructor Summary

      Constructors 
      Constructor Description
      Output​(net.sf.jasperreports.engine.JRDataSource datasource)
      Constructor for setting the table data.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • jrDataSource

        public final net.sf.jasperreports.engine.JRDataSource jrDataSource
        The datasource to be assigned to a report or sub-report detail/table section.
    • Constructor Detail

      • Output

        public Output​(@Nonnull
                      net.sf.jasperreports.engine.JRDataSource datasource)
        Constructor for setting the table data.
        Parameters:
        datasource - the table data