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

In This Topic
    OnRequest Property
    In This Topic
    Gets or sets a callback function that is invoked before any request is made to the Web API.
    Syntax
    'Declaration
     
    Public Property OnRequest As Func(Of OnRequestInfo,OnRequestInfo)
    public Func<OnRequestInfo,OnRequestInfo> OnRequest {get; set;}

    Property Value

    A function taking and returning an OnRequestInfo object.
    Remarks
    The OnRequest callback allows you to customize the request information before it is sent to the Web API.
    See Also