[]
Gets or sets the callback invoked before the Viewer opens a hyperlink, bookmark link, drill down report, or toggles report control visibility.
[Parameter]
[Obsolete("This property is obsolete. Use OnAction instead.")]
public Action<string, object[]> Action { get; init; }
Type | Description |
---|---|
Action<string, object[]> | A callback function that takes a string and an array of object. |
This property can only be set once during object initialization and cannot be changed afterwards.