Executes a single report defined by name or uniqueid
The output depends on the requested media format
Since 2.1.2: the ReportService also supports FOP Transformation.
Returns a JSON stream from a report execution
If a attribute list is defined in the report only the corresponding
properties will be returend in the xml stream.
Returns a xml stream from a report execution
If a attribute list is defined in the report only the corresponding
properties will be returend in the xml stream.
This method transforms an xml string with a provided xsl String
The XMLSource will be read from a InputStreamReader object to provide the
XSLTransformer with a inputsream in expected encoding.