[]
Gets or sets the callback invoked when an error occurs during the process of displaying the report.
[JsonIgnore] public Action<ErrorInfo> Error { get; set; }
An action that takes an ErrorInfo object.