ActiveReports 18 .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
    The callback that is invoked when the 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