Quella stringa è da escape-are
codice:
    string path1 = "C:\\report.html";
    string path2 = @"C:\report.html";
    string path3 = "file:///C:/report.html";