Méthode | Description | |
---|---|---|
JsReportFilterAttribute ( ) : System | ||
JsReportFilterAttribute ( IReportingService reportingService ) : System | ||
OnActionExecuted ( System.Web.Mvc.ActionExecutedContext filterContext ) : void | ||
OnActionExecuting ( System.Web.Mvc.ActionExecutingContext filterContext ) : void |
Méthode | Description | |
---|---|---|
AddResponseHeaders ( System.Web.Mvc.ActionExecutedContext context, |
||
CreateRenderingRequest ( System.Web.Mvc.ActionExecutedContext context, |
||
RemoveVisualStudioBrowserLink ( string content ) : string | ||
RenderPartialViewToString ( System.Web.Mvc.ActionExecutedContext context, string viewName, object model ) : string | ||
RenderReport ( System.Web.Mvc.ActionExecutedContext context, |
||
ShouldUseJsReport ( System.Web.Mvc.ActionExecutedContext filterContext, |
Méthode | Description | |
---|---|---|
ConvertToDynamic ( object o ) : object |
protected AddResponseHeaders ( System.Web.Mvc.ActionExecutedContext context, |
||
context | System.Web.Mvc.ActionExecutedContext | |
jsreportAttribute | ||
output | ||
Résultat | void |
protected CreateRenderingRequest ( System.Web.Mvc.ActionExecutedContext context, |
||
context | System.Web.Mvc.ActionExecutedContext | |
jsreportAttribute | ||
htmlContent | string | |
Résultat | object |
public JsReportFilterAttribute ( ) : System | ||
Résultat | System |
public JsReportFilterAttribute ( IReportingService reportingService ) : System | ||
reportingService | IReportingService | |
Résultat | System |
public OnActionExecuted ( System.Web.Mvc.ActionExecutedContext filterContext ) : void | ||
filterContext | System.Web.Mvc.ActionExecutedContext | |
Résultat | void |
public OnActionExecuting ( System.Web.Mvc.ActionExecutingContext filterContext ) : void | ||
filterContext | System.Web.Mvc.ActionExecutingContext | |
Résultat | void |
protected RemoveVisualStudioBrowserLink ( string content ) : string | ||
content | string | |
Résultat | string |
protected RenderPartialViewToString ( System.Web.Mvc.ActionExecutedContext context, string viewName, object model ) : string | ||
context | System.Web.Mvc.ActionExecutedContext | |
viewName | string | |
model | object | |
Résultat | string |
protected RenderReport ( System.Web.Mvc.ActionExecutedContext context, |
||
context | System.Web.Mvc.ActionExecutedContext | |
jsreportAttribute | ||
htmlContent | string | |
Résultat | Task |
protected ShouldUseJsReport ( System.Web.Mvc.ActionExecutedContext filterContext, |
||
filterContext | System.Web.Mvc.ActionExecutedContext | |
attr | ||
Résultat | bool |