Class CompiledHTMLBirtReport
java.lang.Object
net.datenwerke.rs.birt.service.reportengine.output.object.CompiledRSBirtReport
net.datenwerke.rs.birt.service.reportengine.output.object.CompiledHTMLBirtReport
- All Implemented Interfaces:
Serializable,CompiledHtmlReport,CompiledReport
@GenerateDto(dtoPackage="net.datenwerke.rs.birt.client.reportengines.dto",
dtoImplementInterfaces=<error>)
public class CompiledHTMLBirtReport
extends CompiledRSBirtReport
implements CompiledHtmlReport
- 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.booleanReturns true if the report is String based (in contrast to binary)voidMethods inherited from class net.datenwerke.rs.birt.service.reportengine.output.object.CompiledRSBirtReport
hasDataMethods 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
-
Constructor Details
-
CompiledHTMLBirtReport
public CompiledHTMLBirtReport()
-
-
Method Details
-
getReport
Description copied from interface:CompiledReportReturns the actual report.- Specified by:
getReportin interfaceCompiledHtmlReport- Specified by:
getReportin interfaceCompiledReport
-
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
-
isStringReport
public boolean isStringReport()Description copied from interface:CompiledReportReturns true if the report is String based (in contrast to binary)- Specified by:
isStringReportin interfaceCompiledReport- Overrides:
isStringReportin classCompiledRSBirtReport
-