Class CompiledPNGCrystalReport
java.lang.Object
net.datenwerke.rs.crystal.service.crystal.reportengine.output.object.CompiledRSCrystalReport
net.datenwerke.rs.crystal.service.crystal.reportengine.output.object.CompiledPNGCrystalReport
- All Implemented Interfaces:
Serializable,CompiledPngReport,CompiledReport
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns a file extension for files of this typeReturns the mime type of this report.Returns the actual report.voidsetBase64Report(String report) voidMethods inherited from class net.datenwerke.rs.crystal.service.crystal.reportengine.output.object.CompiledRSCrystalReport
hasData, isStringReportMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.datenwerke.rs.core.service.reportmanager.engine.CompiledReport
hasData, isStringReport
-
Constructor Details
-
CompiledPNGCrystalReport
public CompiledPNGCrystalReport()
-
-
Method Details
-
getReport
Description copied from interface:CompiledReportReturns the actual report.- Specified by:
getReportin interfaceCompiledPngReport- Specified by:
getReportin interfaceCompiledReport
-
getBase64Report
-
setBase64Report
-
setReport
-
getFileExtension
Description copied from interface:CompiledReportReturns a file extension for files of this type- Specified by:
getFileExtensionin interfaceCompiledReport
-
getMimeType
Description copied from interface:CompiledReportReturns the mime type of this report.- Specified by:
getMimeTypein interfaceCompiledReport
-