Reporting > Native reporting system > Reporting system command language > REPORTFORMAT command
  
REPORTFORMAT command
The REPORTFORMAT command specifies the type of the report.
Syntax
SETTING { REPORTFORMAT 0|4 }
For a text report, use:
SETTING { REPORTFORMAT 0 }
For an XML report, use:
SETTING { REPORTFORMAT 4 }
For an XML report, also specify an output file and stylesheet file, for example:
SETTING { OUTPUTFILE "C:\Program Files\UNICOM Systems\ssss\usecasesoutput.htm" }
SETTING { STYLESHEETFILE "C:\Program Files\UNICOM Systems\System Architect Suite\v.r.m\System Architect\Reports\Stylesht\Default.xsl" }
Parent topic
Reporting system command language