newReportAdded

newReportAdded(userName:   String;
               reportName: String);

The newReportAdded method of the JadeReportWriterSecurity class enables the user who created a new report to subsequently access that report when security is set. When a user creates a new report, this method is called by the JADE Report Writer Configuration application, passing the current user name and report name as values to the userName and reportName parameters.

You can reimplement this method in the JadeReportWriterSecurity subclass, to automatically create a security access entry for the values specified in the method parameters so that the user can then access and maintain that report.