Class CompiledRSBirtReport

java.lang.Object
net.datenwerke.rs.birt.service.reportengine.output.object.CompiledRSBirtReport
All Implemented Interfaces:
Serializable, CompiledReport
Direct Known Subclasses:
CompiledDOCBirtReport, CompiledHTMLBirtReport, CompiledPDFBirtReport, CompiledPNGBirtReport, CompiledXLSBirtReport, CompiledXLSXBirtReport

public abstract class CompiledRSBirtReport extends Object implements CompiledReport
See Also:
  • Constructor Details

    • CompiledRSBirtReport

      public CompiledRSBirtReport()
  • Method Details

    • hasData

      public boolean hasData()
      Description copied from interface: CompiledReport
      Returns true if this object contains reporting data.
      Specified by:
      hasData in interface CompiledReport
    • isStringReport

      public boolean isStringReport()
      Description copied from interface: CompiledReport
      Returns true if the report is String based (in contrast to binary)
      Specified by:
      isStringReport in interface CompiledReport