|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.pentaho.reporting.engine.classic.core.modules.output.pageable.xml.XmlPageReportUtil
public class XmlPageReportUtil
Todo: Document me!
Method Summary | |
---|---|
static boolean |
createXml(MasterReport report,
File fileName)
Saves a report to XML format. |
static boolean |
createXml(MasterReport report,
OutputStream out)
Saves a report to XML format. |
static boolean |
createXml(MasterReport report,
String fileName)
Concates and saves a list of reports to XML format. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static boolean createXml(MasterReport report, File fileName)
report
- the report.fileName
- target file.
public static boolean createXml(MasterReport report, OutputStream out)
report
- the report.out
- target output stream.
public static boolean createXml(MasterReport report, String fileName)
report
- the report.fileName
- target file name.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |