Correctly initialize the SysFilterReporterParams
Right now the SysFilterReporter can't be used as its internal handles are not initialized. This MR fixes that.
In order to initialize those handles we have to pass the SysListHandle
to the initialize method so this also changes the only place in the repository that currently uses this class.