Package org.eclipse.birt.report.engine.api

Examples of org.eclipse.birt.report.engine.api.IRunTask.validateParameters()


    IRunTask CSVtask = birtReportEngine.createRunTask(design);
     
    //**** Set parameters for the report **** 
     
    CSVtask.setParameterValues(reportParams);
    CSVtask.validateParameters();
    
    //************************************
    
    UUIDGenerator uuidGen  = UUIDGenerator.getInstance();
    UUID uuid_local = uuidGen.generateTimeBasedUUID();
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.