A transforming report that applies an XSL transformation on the output/destination of another report to create its own output.
| Constructor and description |
|---|
ReportTransformingReport
(Project pProject, java.lang.String pName, java.lang.String pDisplayName, Report pInput, java.lang.String pXslResource)Create a new ReportTransformingReport. |
| Type | Name and description |
|---|---|
protected java.io.File |
getInputFile() |
boolean |
isEnabled() |
| Methods inherited from class | Name |
|---|---|
class AbstractTransformingReport |
checkUpToDate, getInputFile, getXslFile, setXslFile, transform |
class DefaultDestinationReport |
getDestination, setDestination |
Create a new ReportTransformingReport.
pProject - The project for which the report will be produced.pName - The report's symbolic name.pDisplayName - The report's descriptive name.pInput - The report to transform the output of.pXslResource - The resource containing the default style sheet to apply if no
XSL file is specified.