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

Examples of org.pentaho.reporting.engine.classic.core.filter.templates.Template


      writeDataSource(element.getDataSource());
      return;
    }

    final TemplateCollector tc = getReportWriter().getTemplateCollector();
    final Template template = (Template) element.getDataSource();

    // the template description of the element template will get the
    // template name as its name.
    final TemplateDescription templateDescription =
        tc.getDescription(template);
View Full Code Here


      writeDataSource(element.getDataSource());
      return;
    }

    final TemplateCollector tc = getReportWriter().getTemplateCollector();
    final Template template = (Template) element.getDataSource();

    // the template description of the element template will get the
    // template name as its name.
    final TemplateDescription templateDescription =
        tc.getDescription(template);
View Full Code Here

TOP

Related Classes of org.pentaho.reporting.engine.classic.core.filter.templates.Template

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.