Custom Report User Function
User Function which is invoked each time a Report with 'Custom Rows' is run.
The handler
recieves the name of the Report and returns a ReportData object containing the data to export.
handler: (reportName: string) => ReportData;