ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Blazor.Viewer Assembly / GrapeCity.ActiveReports.Blazor.Viewer Namespace / ReportServiceSettings Class / OnRequest Property

In This Topic
    OnRequest Property
    In This Topic
    Callback before any request.
    Syntax
    'Declaration
     
    Public Property OnRequest As Func(Of OnRequestInfo,OnRequestInfo)
    public Func<OnRequestInfo,OnRequestInfo> OnRequest {get; set;}
    See Also