public class IReportUtility
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
Key_className |
static java.lang.String |
Key_reportType |
static java.lang.String |
reportType_Excel |
static java.lang.String |
reportType_PDF |
Constructor and Description |
---|
IReportUtility() |
Modifier and Type | Method and Description |
---|---|
static void |
exportOutputStream(java.lang.String inreportType,
java.io.OutputStream outputStream,
IReportObject rpt) |
public static final java.lang.String Key_className
public static final java.lang.String Key_reportType
public static final java.lang.String reportType_PDF
public static final java.lang.String reportType_Excel
public static void exportOutputStream(java.lang.String inreportType, java.io.OutputStream outputStream, IReportObject rpt) throws java.io.IOException, net.sf.jasperreports.engine.JRException, java.lang.Exception
java.io.IOException
net.sf.jasperreports.engine.JRException
java.lang.Exception