[]
Gets or sets the callback invoked when an error occurs during the process of displaying the report.
[Parameter]
public Action<ErrorInfo> Error { get; init; }
Type | Description |
---|---|
Action<ErrorInfo> | A callback function that takes an ErrorInfo object. |
This property can only be set once during object initialization and cannot be changed afterwards.