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.TreeNode
objects to populate the Report Tree
The TreeNodeCollection and TreeNode classes are defined in the
WebReports.dll
library, which is not automatically referenced in the Admin Console. To use this Server Event, addWebReports.dll
as a reference, and include theWebReports.UI.Controls
namespace.
For .NET Assemblies the method signature is as follows:
void EventHandlerName(SessionInfo sessionInfo, TreeNodeCollection nodes)
Expected Return
The event does not return a value.