Package org.pentaho.reporting.engine.classic.core

Examples of org.pentaho.reporting.engine.classic.core.ReportEnvironmentDataRow


      resourceManager.registerDefaults();
      resourceBundleFactory = new DefaultResourceBundleFactory();
      defaultEnvironment = new DefaultReportEnvironment(ClassicEngineBoot.getInstance().getGlobalConfig());
      defaultDocumentMetaData = new MemoryDocumentMetaData();

      final ReportEnvironmentDataRow envDataRow = new ReportEnvironmentDataRow(defaultEnvironment);
      dataRow = new CompoundDataRow(envDataRow, new StaticDataRow());
    }
View Full Code Here


    if (context == null)
    {
      throw new NullPointerException();
    }
    this.context = context;
    this.reportEnvironmentDataRow = new ReportEnvironmentDataRow(context.getMasterReportElement().getReportEnvironment());
    this.eventListenerList = new EventListenerList();
    this.reportFunctionNode = new ReportFunctionNode();
  }
View Full Code Here

TOP

Related Classes of org.pentaho.reporting.engine.classic.core.ReportEnvironmentDataRow

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.