[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Design.Designer.ScriptChanged

ScriptChanged Event

Occurs after modifications have been made to the report's script.

Namespace: GrapeCity.ActiveReports.Design
Assembly: MESCIUS.ActiveReports.Design.Win.dll
Syntax
public event ScriptChangedEventHandler ScriptChanged
Returns
Type Description
ScriptChangedEventHandler Occurs after modifications have been made to the report's script.
Remarks

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.