java.lang.Object
net.datenwerke.rs.crystal.service.crystal.reportengine.output.object.CompiledRSCrystalReport
All Implemented Interfaces:
Serializable, CompiledReport
Direct Known Subclasses:
CompiledCSVCrystalReport, CompiledPDFCrystalReport, CompiledPNGCrystalReport, CompiledTextCrystalReport, CompiledWordCrystalReport, CompiledXLSCrystalReport, CompiledXMLCrystalReport

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

    • CompiledRSCrystalReport

      public CompiledRSCrystalReport()
  • 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