[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Blazor.Viewer.ReportViewer.Error

Error Property

Error

Gets or sets the callback invoked when an error occurs during the process of displaying the report.

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

A callback function that takes an ErrorInfo object.

Remarks

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