[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Blazor.Viewer.InitializationOptions.Error

Error Property

Error

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

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

An action that takes an ErrorInfo object.