HtmlReportCallbackUrlInterceptor.InterceptCallback method
namespace: Serenity.Reporting assembly: Serenity.Extensions
Intercepts a report callback, applying impersonation and transient grants from the report auth cookie.
public ReportRenderResult InterceptCallback(ReportRenderOptions options,
Func<ReportRenderOptions, ReportRenderResult> action)
| parameter | description |
|---|---|
| options | The render options. |
| action | The callback action. |
Return Value
The report render result.
See Also
- class ReportRenderResult
- class ReportRenderOptions
- class HtmlReportCallbackUrlInterceptor