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

In This Topic
    ReportLoaded Property (ReportViewer)
    In This Topic
    The callback that is invoked when the JS Viewer obtains the information about the requested report
    Syntax
    'Declaration
     
    Public Property ReportLoaded As Action(Of ReportInfo)
    public Action<ReportInfo> ReportLoaded {get; set;}
    See Also