ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Blazor.Viewer Assembly / GrapeCity.ActiveReports.Blazor.Viewer Namespace / InitializationOptions Class / ReportLoaded Property

In This Topic
    ReportLoaded Property (InitializationOptions)
    In This Topic
    Gets or sets the callback invoked when the Viewer has fully loaded the report's information.
    Syntax
    'Declaration
     
    Public Property ReportLoaded As Action(Of ReportInfo)
    public Action<ReportInfo> ReportLoaded {get; set;}

    Property Value

    An action that takes a ReportInfo object.
    See Also