CopyXslFile() public static method

public static CopyXslFile ( string sReportFile ) : void
sReportFile string
return void
Exemplo n.º 1
0
 public void OnCloseReportFile(String sReportFile)
 {
     Driver.CopyXslFile(sReportFile);
 }