setEndingNotification(notificationObject: Object; eventType: Integer);
The setEndingNotification method of the JadeReportWriterReport class specifies the object that is notified when the report finishes.
An event of type eventType is raised if the object specified in the notificationObject parameter is a valid object and the value specified in the eventType is a valid user event.
The
Global Constant | Integer Value |
---|---|
User_Base_Event | 16 |
User_Max_Event | Max_Integer (#7FFFFFFF, equates to 2147483647) |