net.windward.xmlreport
Class RunReport

java.lang.Object
  |
  +--net.windward.xmlreport.RunReport

public class RunReport
extends java.lang.Object

Process a xml and rtf file into a report. This is a sample program that runs a report from the command line. The usage is:
java net.windward.xmlreport.RunReport order.xml template.rtf report.htm
The three filenames can be anything you want. They are:

Version:
1.0

Constructor Summary
RunReport()
           
 
Method Summary
static void main(java.lang.String[] args)
          Process a xml and rtf file into a report.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RunReport

public RunReport()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Throwable
Process a xml and rtf file into a report. This is a sample program that runs a report from the command line.
Parameters:
args - Must be three filenames like order.xml template.rtf report.htm where:
  • order.xml - the xml data to use for the report.
  • template.rtf - the report template which must be a rtf file.
  • report.htm which is the report created. This file can have an extension of rtf, htm(no css), html(with css), xhtml, pdf, sml(SpreadsheetML), xml(WordML), or txt and will create a report in the appropiate format.
  • [optional] licenseKey=value - as many map items as you wish.


Copyright © 2002 - 2008 Windward Reports - All Rights Reserved. java reporting software