public ActionResult DrillThrough() { var model = new SubreportModel { Countries = LocalData.GetCountries() }; return(View(model)); }