We are creating reports with the Web Report Designer (hosted on IIS as ASP.NET Core app) and display the reports with the Angular Report viewer. One requirement is to to show a list of all files in a folder (located at a file server) which is defined by a report parameter. E.g. if the report parameter is "42" a list of all files in the folder "//fileshare/objects/42" are displayed in the report. Is there a way to create reports with this capability with the web report designer or any other report designer tool?