Package net.sf.jasperreports.engine.query

Examples of net.sf.jasperreports.engine.query.JREmptyQueryExecuter


      queryExecuter = new JRXmlaQueryExecuter(dataset, parameters);
    }
    else
    {
      log.warn("No Mondrian connection or XMLA URL set for MDX query");
      queryExecuter = new JREmptyQueryExecuter();
    }
    return queryExecuter;
  }
View Full Code Here

TOP

Related Classes of net.sf.jasperreports.engine.query.JREmptyQueryExecuter

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.