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

In This Topic
    ViewModeChanged Property (ReportViewerTagHelper)
    In This Topic
    Configurates the C1.Web.Mvc.Viewer.ViewerBase.OnClientViewModeChanged client event. Occurs after the view mode is changed.
    Syntax
    'Declaration
     
    Public Property ViewModeChanged As String
    public string ViewModeChanged {get; set;}
    See Also