xlComplianceHtml
layoutXL xlComplianceHtml boolean { t | nil }
Description
Controls whether the report.html is created in the XLComplianceLogs directory after performing an XL Compliance check.
Examples
envGetVal("layoutXL" "xlComplianceHtml")
envSetVal("layoutXL" "xlComplianceHtml" 'boolean t)
envSetVal("layoutXL" "xlComplianceHtml" 'boolean nil)
Related Topics
List of Layout XL Environment Variables
Return to top