Uses of Class
ar.com.jiji.kaya.reports.ReportFormat

Packages that use ReportFormat
ar.com.jiji.kaya.reports Generacion de reportes usando JasperReports. 
 

Uses of ReportFormat in ar.com.jiji.kaya.reports
 

Methods in ar.com.jiji.kaya.reports that return ReportFormat
static ReportFormat ReportFormat.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ReportFormat[] ReportFormat.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in ar.com.jiji.kaya.reports with parameters of type ReportFormat
static void JasperFacade.export(ReportFormat tipo, java.lang.String fileName, net.sf.jasperreports.engine.JRDataSource dataSource)
           
static void JasperFacade.export(ReportFormat tipo, java.lang.String fileName, java.util.Map args, net.sf.jasperreports.engine.JRDataSource dataSource)
           
static void JasperFacade.export(ReportFormat format, java.lang.String reportResource, java.util.Map params, net.sf.jasperreports.engine.JRDataSource dataSource, java.io.OutputStream out)
          Genera un reporte a partir de un reporte ya compilado.
 void ReportsFacade.export(ReportSpec report, java.util.Map dsArgs, java.util.Map params, javax.servlet.http.HttpServletResponse res, org.apache.tapestry.request.ResponseOutputStream output, ReportFormat format, boolean download)
           
 void ReportsFacade.export(java.lang.String reportName, java.util.Map dsArgs, java.util.Map params, javax.servlet.http.HttpServletResponse res, org.apache.tapestry.request.ResponseOutputStream output, ReportFormat format, boolean download)
           
 



Copyright © 2006 Kaya. All Rights Reserved.