C# Class SecureDeleteWinForms.ReportExporter

Show file Open project: gratianlup/SecureDelete

Public Methods

Method Description
ExportAsHtml ( WipeReport report, string path, string style ) : void
ExportAsText ( WipeReport report, string path ) : void
ExportAsXml ( WipeReport report, string path ) : void

Method Details

ExportAsHtml() public static method

public static ExportAsHtml ( WipeReport report, string path, string style ) : void
report SecureDelete.WipeReport
path string
style string
return void

ExportAsText() public static method

public static ExportAsText ( WipeReport report, string path ) : void
report SecureDelete.WipeReport
path string
return void

ExportAsXml() public static method

public static ExportAsXml ( WipeReport report, string path ) : void
report SecureDelete.WipeReport
path string
return void