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

public class CompiledPDFCrystalReport extends CompiledRSCrystalReport
See Also:
  • Constructor Details

    • CompiledPDFCrystalReport

      public CompiledPDFCrystalReport()
    • CompiledPDFCrystalReport

      public CompiledPDFCrystalReport(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.
    • 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
      Overrides:
      isStringReport in class CompiledRSCrystalReport