Ejemplo n.º 1
0
        public ActionResult Index(string path)
        {
            string query = this.Request?.Url?.Query.Or("");
            var    model = ReportModel.GetDefinition(path, query, this.Tenant, this.Request);

            model.Path = path;

            return(this.View("~/Areas/Frapid.Reports/Views/Index.cshtml", model));
        }
Ejemplo n.º 2
0
        public ActionResult Index(string path)
        {
            string query = this.Request?.Url?.Query.Or("");
            var    model = ReportModel.GetDefinition(path, query, this.Tenant, this.Request);

            model.Path = path;

            return(this.View(this.GetRazorView <AreaRegistration>("Source.cshtml", this.Tenant), model));
        }