public ActionResult PrintHtml()
        {
            var report = this.GetDashboard();

            return(StiMvcReportResponse.PrintAsHtml(report));
        }
        public ActionResult PrintHtml()
        {
            StiReport report = this.GetReport();

            return(StiMvcReportResponse.PrintAsHtml(report));
        }