Exago Logo
Search
Generic filters
Exact matches only

Global Event: OnLoadReportParameters

The OnLoadReportParameters event passes a list of Parameter elements that can be reordered or modified before they are sent to the client for display. Called when report parameters are loaded, but before any processing has occurred. By default, parameters are sorted alphabetically by name.

Signature

For custom code the args array is structured as follows:

args[] is contains one object, a list of Parameter elements.

For .NET Assemblies the method signature is as follows:

void EventHandlerName(SessionInfo sessionInfo, List<Parameter> parameters)

Expected Return

The event has a void return 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