Class CompiledXLSXBirtReport
java.lang.Object
net.datenwerke.rs.birt.service.reportengine.output.object.CompiledRSBirtReport
net.datenwerke.rs.birt.service.reportengine.output.object.CompiledXLSXBirtReport
- All Implemented Interfaces:
Serializable,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.byte[]Returns the actual report.voidMethods inherited from class net.datenwerke.rs.birt.service.reportengine.output.object.CompiledRSBirtReport
hasData, isStringReport
-
Constructor Details
-
CompiledXLSXBirtReport
public CompiledXLSXBirtReport()
-
-
Method Details
-
getReport
public byte[] 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.
-