@using Bowin.Web.Controls.Mvc; @using EMIS.Web.Controls; @{ ViewBag.Title = "Report"; var status = ViewBag.Status; string LoginUserID = ViewBag.UserID; var DataRange = ViewBag.DataRange; } @section scripts{ } @Html.DictionaryDropDownList(EMIS.ViewModel.DictionaryItem.CF_StudentsReport, new DropdownListOptions { BindType = DropdownListBindType.PleaseSelect, ID = "selReport", Name = "selReport", OnSelect = "Report", SelectedValue = 2 })