Class CompiledCSVCrystalReport
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
Wrapper for HTML Jasper Reports.
- 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.voidMethods inherited from class net.datenwerke.rs.crystal.service.crystal.reportengine.output.object.CompiledRSCrystalReport
hasData, isStringReport
-
Constructor Details
-
CompiledCSVCrystalReport
public CompiledCSVCrystalReport() -
CompiledCSVCrystalReport
-
-
Method Details
-
getReport
Description copied from interface:CompiledReportReturns the actual report. -
setReport
-
getFileExtension
Description copied from interface:CompiledReportReturns a file extension for files of this type -
getMimeType
Description copied from interface:CompiledReportReturns the mime type of this report.
-