'Declaration
Public Sub ExportViolationsToHtmlReportFile( _ ByVal result As QualityResult, _ ByVal templateName As KellermanSoftware.HTMLReports.TemplateName, _ ByVal filePath As String _ )
'Usage
Dim instance As QualityLogic Dim result As QualityResult Dim templateName As KellermanSoftware.HTMLReports.TemplateName Dim filePath As String instance.ExportViolationsToHtmlReportFile(result, templateName, filePath)
public void ExportViolationsToHtmlReportFile( QualityResult result, KellermanSoftware.HTMLReports.TemplateName templateName, string filePath )
public: void ExportViolationsToHtmlReportFile( QualityResult^ result, KellermanSoftware.HTMLReports.TemplateName templateName, String^ filePath )
Parameters
- result
- templateName
- filePath