[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Blazor.Viewer.ReportViewer.DocumentLoaded

DocumentLoaded Property

DocumentLoaded

Gets or sets the сallback invoked when a document is fully loaded on the server.

Declaration
[Parameter]
public Action DocumentLoaded { get; init; }
Property Value
Type Description
Action

A callback function.

Remarks

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