Package net.sf.jasperreports.olap.xmla

Examples of net.sf.jasperreports.olap.xmla.JRXmlaQueryExecuter


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

TOP

Related Classes of net.sf.jasperreports.olap.xmla.JRXmlaQueryExecuter

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.