HtmlReportCallbackUrlInterceptor.InterceptCallback method

namespace: Serenity.Reporting   assemblySerenity.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