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

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