ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.FlexViewer Assembly / C1.Web.Mvc.Viewer.TagHelpers Namespace / ReportViewerTagHelper Class / QueryLoadingData Property

In This Topic
    QueryLoadingData Property (ReportViewerTagHelper)
    In This Topic
    Configurates the C1.Web.Mvc.Viewer.ViewerBase.OnClientQueryLoadingData client event. Queries the request data sent to the service before loading the document.
    Syntax
    'Declaration
     
    Public Property QueryLoadingData As String
    public string QueryLoadingData {get; set;}
    See Also