ActiveReports 19 .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
    Gets or sets the callback invoked when the Viewer obtains information about the requested report.
    Syntax
    'Declaration
     
    Public Property ReportLoaded As Action(Of ReportInfo)
    public Action<ReportInfo> ReportLoaded {get; set;}

    Property Value

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