Methods
- Sub GenerateReport( iXMLFileName, iReportFileName, iReportType, iOutDTDFileName)
-
This method generates a report to an output file. The definition of
the report content is specified by an input XML file.
- Parameters:
-
- iXMLFileName
- XML file name for report definition. dd>
- iReportFileName
- The file name to output the report to. dd>
- iReportType
- The report type. The following list represents acceptable values: "Web Page (*.htm)" "Text (*.txt)" "Text (Tab delimited) (*.txt)" "CSV (Comma delimited) (*.csv)" "XML (*.xml)" "Excel Workbook (*.xls)" dd>
- iOutDTD
- If iReportType is an XML file, then a .dtd file name is needed. Else send in a null string. dd>