[]
Gets or sets the callback invoked when the Viewer has fully loaded the report's information.
[JsonIgnore] public Action<ReportInfo> ReportLoaded { get; set; }
An action that takes a ReportInfo object.