For custom code the arguments array is structured as follows:
args[]
contains:
For .NET Assemblies the method signature is as follows:
Note
Include the
WebReports.Api.Data
namespace.
string EventHandlerName(SessionInfo sessionInfo, string filtersSql, SqlObject sqlObject)
The OnFilterSqlStatementConstructed Event expects a string value to be returned.
This Event will provide the SQL for the Filter Dropdown Object if that feature is being utilized. See Data Objects for more information on Filter Dropdown Objects.