[]
Occurs after modifications have been made to the report's script.
public event ScriptChangedEventHandler ScriptChanged
Type | Description |
---|---|
ScriptChangedEventHandler | Occurs after modifications have been made to the report's script. |
This event signals that changes have occurred to the script associated with the report. It is particularly useful for scenarios where the script is being edited directly within the designer or through an external editor integrated into the design environment. Handlers for this event can be used to compile the script, check for errors, or update UI elements to indicate the script's modified status.