Command Line Tool – Report |
![]() |
Transform existing analysis report by applying XSLT stylesheet.
This topic contains the following sections:

1Enlight report 2 --reportXmlFile=<reportFilePath> 3 --reportStyleSheet=<reportStyleSheetPaht> 4 --reportOutput=<reportOutputFile>

Parameter |
Description |
---|---|
reportXmlFile |
Path to a previously generated XML report file. |
reportStyleSheet |
Xml Stylesheet, which to be used for styling the report. |
reportOutput |
Output file for the transformed report. |

1Enlight report 2 --reportXmlFile="d:reportsAdventureworks2014AnalysisReport.xml" 3 --reportStyleSheet="c:SqlEnlightReportStylesheetsSqlEnlightReport.xslt" 4 --reportOutput="d:reportsAdventureworks2014AnalysisReport.html