create_compliance_report# VirtualCompliance.create_compliance_report(file_name: str = 'compliance_test.pdf', close_project: bool = True)# Create the Virtual Compliance report. Parameters: file_namestrOutput file name. close_projectbool, optionalWhether to close the project at the end of the report generation or not. Default is True. Returns: strPath to the output file.