Exago Logo
Search
Generic filters
Exact matches only

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:

  1. a WebReports.UI.Controls.TreeNodeCollection, a list of WebReports.UI.Controls.TreeNode objects to populate the Report Tree

Note

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, add WebReports.dll as a reference, and include the WebReports.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.

Was this article helpful?
0 out of 5 stars
5 Stars 0%
4 Stars 0%
3 Stars 0%
2 Stars 0%
1 Stars 0%
How can we improve this article?
Please submit the reason for your vote so that we can improve the article.
Table of Contents