Just use the HtmlHelper ActionLink and set the RouteValues and HtmlAttributes accordingly.
@Html.ActionLink(Reports.RunReport, "RunReport", new { controller = "Performance", reportView = Model.ReportView.ToString() }, new { target = "_blank" })