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

In This Topic
    ViewerInitialized Property
    In This Topic
    Gets or sets the callback that is invoked when the Viewer is initialized.
    Syntax
    'Declaration
     
    Public Property ViewerInitialized As Action
    public Action ViewerInitialized {get; set;}

    Property Value

    A callback function.
    Remarks
    This property can only be set once during object initialization and cannot be changed afterwards.
    See Also