I searched for the answer for a while before I found this works
$.ajax({
cache: false,
type: "POST",
url: "@Html.Raw(Url.Action("DailyReport"))?date=" + $('#EventStartDateTimeUtc').val() +
"&gr...

