[]
Gets or sets the callback invoked when the Viewer obtains information about the requested report.
[Parameter]
public Action<ReportInfo> ReportLoaded { get; init; }
Type | Description |
---|---|
Action<ReportInfo> | A callback function that takes a ReportInfo object. |
This property can only be set once during object initialization and cannot be changed afterwards.