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