ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.FlexViewer Assembly / C1.Web.Mvc.Viewer Namespace / ReportViewer Class / OnClientBeforeSendRequest Property

In This Topic
    OnClientBeforeSendRequest Property (ReportViewer)
    In This Topic
    Occurs before every request sent to the server.
    Syntax
    'Declaration
     
    Public Property OnClientBeforeSendRequest As String
    public string OnClientBeforeSendRequest {get; set;}
    See Also