[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Blazor.Viewer.ReportViewer.ReportLoaded

ReportLoaded Property

ReportLoaded

Gets or sets the callback invoked when the Viewer obtains information about the requested report.

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

A callback function that takes a ReportInfo object.

Remarks

This property can only be set once during object initialization and cannot be changed afterwards.