Class ReportClientHelper

java.lang.Object
com.ptc.wbr.client.ReportClientHelper

public class ReportClientHelper extends Object
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
  • Method Details

    • getJasperReportOutput

      public InputStream getJasperReportOutput(WBRExportFormatType wBRExportFormatType) throws Exception
      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