java.lang.Object
net.datenwerke.rs.crystal.service.crystal.reportengine.output.object.CompiledRSCrystalReport
net.datenwerke.rs.crystal.service.crystal.reportengine.output.object.CompiledXLSCrystalReport
All Implemented Interfaces:
Serializable, CompiledReport

public class CompiledXLSCrystalReport extends CompiledRSCrystalReport
See Also:
  • Constructor Details

    • CompiledXLSCrystalReport

      public CompiledXLSCrystalReport()
    • CompiledXLSCrystalReport

      public CompiledXLSCrystalReport(byte[] report)
  • Method Details

    • getReport

      public byte[] getReport()
      Description copied from interface: CompiledReport
      Returns the actual report.
    • setReport

      public void setReport(Object report)
    • getFileExtension

      public String getFileExtension()
      Description copied from interface: CompiledReport
      Returns a file extension for files of this type
    • getMimeType

      public String getMimeType()
      Description copied from interface: CompiledReport
      Returns the mime type of this report.