public interface CompiledReport
extends java.io.Serializable
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getFileExtension()
Returns a file extension for files of this type
|
java.lang.String |
getMimeType()
Returns the mime type of this report.
|
java.lang.Object |
getReport()
Returns the actual report.
|
boolean |
hasData()
Returns true if this object contains reporting data.
|
boolean |
isStringReport()
Returns true if the report is String based (in contrast to binary)
|
java.lang.Object getReport()
java.lang.String getMimeType()
java.lang.String getFileExtension()
boolean hasData()
boolean isStringReport()