The same code will work for both PHPRunner and ASPRunner.NET. Add the following to the Export page - JavaScript OnLoad event:
var defaultFields = [
"CompanyName",
"CustomerID",
"City",
"Region",
"Address",
"Country"
];
$("#exportFields" + pageid)
.val(defaultFields)
.trigger("chosen:updated")
.trigger("change");