ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Blazor.Viewer Assembly / GrapeCity.ActiveReports.Blazor.Viewer Namespace / ReportViewer Class / ViewerInitialized Property

In This Topic
    ViewerInitialized Property
    In This Topic
    The callback that is invoked when a Viewer is initialized
    Syntax
    'Declaration
     
    Public Property ViewerInitialized As Action
    public Action ViewerInitialized {get; set;}
    See Also