[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Blazor.Viewer.InitializationOptions.ReportLoaded

ReportLoaded Property

ReportLoaded

Gets or sets the callback invoked when the Viewer has fully loaded the report's information.

Declaration
[JsonIgnore]
public Action<ReportInfo> ReportLoaded { get; set; }
Property Value
Type Description
Action<ReportInfo>

An action that takes a ReportInfo object.