Package com.ptc.wbr.client
Class ReportClientHelper
java.lang.Object
com.ptc.wbr.client.ReportClientHelper
This class will facilitate the operations from JSP client which requires Report object related information. For E,g
in case of Jasper reporting system, this class will facilitate the @JasperPrint object for pagination operation.
Supported API: true
Extendable: false
Supported API: true
Extendable: false
-
Method Summary
Modifier and TypeMethodDescriptiongetJasperReportOutput(WBRExportFormatType wBRExportFormatType) Returns the jasper report output as InputStream.
-
Method Details
-
getJasperReportOutput
Returns the jasper report output as InputStream. This API will not close the InputStream and it should be handled by the caller of this API.
Supported API: true- Parameters:
wBRExportFormatType-- Returns:
- InputStream
- Throws:
Exception
-