Global Event: OnAfterLoadReportsList
Occurs after reports created in Exago have been loaded into the Report Tree, but before the Report Tree is drawn into the user interface.
Signature
For custom code the arguments array is structured as follows:
args[] contains one object:
- a
WebReports.UI.Controls.TreeNodeCollection, a list ofWebReports.UI.Controls.TreeNodeobjects to populate the Report Tree
The TreeNodeCollection and TreeNode classes are defined in the
WebReports.dlllibrary, which is not automatically referenced in the Admin Console. To use this Server Event, addWebReports.dllas a reference, and include theWebReports.UI.Controlsnamespace.
For .NET Assemblies the method signature is as follows:
void EventHandlerName(SessionInfo sessionInfo, TreeNodeCollection nodes)
Expected Return
The event does not return a value.