IReportCallbackInterceptor interface
namespace: Serenity.Reporting assembly: Serenity.Net.Services
Abstraction for a report callback interceptor that is called by ~/Serenity.Extensions/Report/Render. This is implemented by HtmlReportCallbackUrlInterceptor to implement impersonation and transient granting during report callbacks.
public interface IReportCallbackInterceptor
Members
| name | description |
|---|---|
| InterceptCallback(…) | Intercepts ReportController Render action callbacks. |
See Also
- Source: IReportCallbackInterceptor.cs