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

public class CompiledCSVCrystalReport extends CompiledRSCrystalReport
Wrapper for HTML Jasper Reports.
See Also:
  • Constructor Details

    • CompiledCSVCrystalReport

      public CompiledCSVCrystalReport()
    • CompiledCSVCrystalReport

      public CompiledCSVCrystalReport(String report)
  • Method Details

    • getReport

      public String 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.