public interface IReportDataSource
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.lang.Object> |
getData()
Method to provide additional variables in custom report templates in form of pairs - String key -> Object value
|