Package org.efs.openreports.actions

Examples of org.efs.openreports.actions.QueryReportResultAction


    }

    @Override
    public void doExecute(String location, ActionInvocation invocation) throws IOException, TemplateException
    {       
        QueryReportResultAction queryReportAction = (QueryReportResultAction) invocation.getAction();
        Report report = queryReportAction.getReport();           
       
        super.doExecute(report.getFile(), invocation);
    }
View Full Code Here

TOP

Related Classes of org.efs.openreports.actions.QueryReportResultAction

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.